]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/preferences_widgets.h
French -> English
[vlc] / modules / gui / wince / preferences_widgets.h
index 09a5c7abf95b6e084fa546eb2ce4d0c4604cfa2c..b615fa18c31782a33fb2c1818d92c9587382d5c4 100644 (file)
@@ -30,8 +30,9 @@ public:
 
     virtual int GetIntValue() {return 0;}
     virtual float GetFloatValue() {return 0;}
-    virtual char *GetPszValue() {return GetName();} // faux retourne nom associé à parent
-        // mettre dans constructeur et dans private le nom du panel associé à HWND
+    virtual char *GetPszValue() {return GetName();}
+    // FIXME returns name corresponding to parent
+    // put the panel name corresponding to HWND into the constructor and make it private
 
     char *GetName();
     int GetType();