mp3.c
branchtrunk
changeset 9 dc75c2890a31
parent 7 f5e05e2022f1
child 12 911ced691838
     1.1 --- a/mp3.c	Sat Dec 29 14:54:06 2007 +0100
     1.2 +++ b/mp3.c	Sat Dec 29 14:56:02 2007 +0100
     1.3 @@ -1538,7 +1538,6 @@
     1.4  
     1.5  // --- cPluginMP3 --------------------------------------------------------------
     1.6  
     1.7 -static const char *VERSION        = PLUGIN_VERSION;
     1.8  static const char *DESCRIPTION    = trNOOP("A versatile audio player");
     1.9  static const char *MAINMENUENTRY  = "MP3";
    1.10  
    1.11 @@ -1550,7 +1549,7 @@
    1.12  public:
    1.13    cPluginMp3(void);
    1.14    virtual ~cPluginMp3();
    1.15 -  virtual const char *Version(void) { return VERSION; }
    1.16 +  virtual const char *Version(void) { return PluginVersion; }
    1.17    virtual const char *Description(void) { return tr(DESCRIPTION); }
    1.18    virtual const char *CommandLineHelp(void);
    1.19    virtual bool ProcessArgs(int argc, char *argv[]);