From 72c90b247e0f2a547bdb226bd85967e66b38318d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 1 Feb 2006 19:32:40 +0000 Subject: [PATCH] French -> English --- modules/LIST | 4 ++-- modules/gui/wince/preferences_widgets.h | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/LIST b/modules/LIST index d3f788f31b..1e0a3b2711 100644 --- a/modules/LIST +++ b/modules/LIST @@ -306,7 +306,7 @@ $Id$ * mpgatofixed32: MPEG-1 & 2 audio layer I,II,III audio decoder using MAD - * mpgv: MPEG-I/II Vidéo 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. diff --git a/modules/gui/wince/preferences_widgets.h b/modules/gui/wince/preferences_widgets.h index 09a5c7abf9..b615fa18c3 100644 --- a/modules/gui/wince/preferences_widgets.h +++ b/modules/gui/wince/preferences_widgets.h @@ -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(); -- 2.39.5