Commit 72c90b24 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

French -> English

parent ac8b1efa
......@@ -306,7 +306,7 @@ $Id$
* mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD
* mpgv: MPEG-I/II Vido demuxer
* mpgv: MPEG-I/II Video demuxer
* mux_asf: ASF muxer
......@@ -485,7 +485,7 @@ $Id$
* time: Overlays the current time
* transform: filter for horizontal and vertical image flips and
90 rotations.
90° rotations.
* tremor: a vorbis audio decoder using the libvorbisidec (aka tremor) library.
......
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment