Francois Gouget : winefile: Remove space before ellipsis.

Alexandre Julliard julliard at winehq.org
Wed Jul 8 14:35:54 CDT 2009


Module: wine
Branch: master
Commit: 8b93076819f082304b003305f7c2403eb56c9df4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8b93076819f082304b003305f7c2403eb56c9df4

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jul  8 07:26:50 2009 +0200

winefile: Remove space before ellipsis.

---

 programs/winefile/Fr.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winefile/Fr.rc b/programs/winefile/Fr.rc
index 8603db3..1b39edc 100644
--- a/programs/winefile/Fr.rc
+++ b/programs/winefile/Fr.rc
@@ -104,7 +104,7 @@ IDM_WINEFILE MENU FIXED IMPURE
         MENUITEM "Trier par ta&ille",           ID_VIEW_SORT_SIZE
         MENUITEM "Trier par dat&e",             ID_VIEW_SORT_DATE
         MENUITEM SEPARATOR
-        MENUITEM "Trier &par ...",              ID_VIEW_FILTER
+        MENUITEM "Trier &par...",               ID_VIEW_FILTER
     }
 
     POPUP "&Options"  {




More information about the wine-cvs mailing list