Changeset 5967 for branches/newosd
- Timestamp:
- 12/21/07 04:25:53 (11 months ago)
- Files:
-
- 1 modified
-
branches/newosd/src/plugin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newosd/src/plugin.cpp
r5856 r5967 16 16 const char* LP_Description() 17 17 { 18 static const char desc[] = " The new LicqOSD plugin based on libaosd";18 static const char desc[] = "OSD plugin based on libaosd"; 19 19 return desc; 20 20 } … … 34 34 const char* LP_ConfigFile() 35 35 { 36 static const char file[] = "licq_newosd. conf";36 static const char file[] = "licq_newosd.ini"; 37 37 return file; 38 38 }
