Changeset 5967 for branches/newosd

Show
Ignore:
Timestamp:
12/21/07 04:25:53 (11 months ago)
Author:
eugene
Message:

Slight conf modification.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newosd/src/plugin.cpp

    r5856 r5967  
    1616const char* LP_Description() 
    1717{ 
    18   static const char desc[] = "The new Licq OSD plugin based on libaosd"; 
     18  static const char desc[] = "OSD plugin based on libaosd"; 
    1919  return desc; 
    2020} 
     
    3434const char* LP_ConfigFile() 
    3535{ 
    36   static const char file[] = "licq_newosd.conf"; 
     36  static const char file[] = "licq_newosd.ini"; 
    3737  return file; 
    3838}