winefile: Always use the same name for the Wine File Manager.

Francois Gouget fgouget at free.fr
Sun Sep 11 16:17:10 CDT 2011


---
 programs/winefile/resource.h  |    1 -
 programs/winefile/winefile.c  |    2 +-
 programs/winefile/winefile.rc |    3 +--
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/programs/winefile/resource.h b/programs/winefile/resource.h
index 4d03c29..78509dc 100644
--- a/programs/winefile/resource.h
+++ b/programs/winefile/resource.h
@@ -115,7 +115,6 @@
 #define IDS_DESKTOP                     1204
 #define IDS_SHELL                       1205
 #define IDS_NO_IMPL                     1207
-#define IDS_WINE_FILE                   1208
 
 #define IDS_COL_NAME                    1210
 #define IDS_COL_SIZE                    1211
diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c
index 9374891..fb9f6d0 100644
--- a/programs/winefile/winefile.c
+++ b/programs/winefile/winefile.c
@@ -4566,7 +4566,7 @@ static BOOL show_frame(HWND hwndParent, int cmdshow, LPCWSTR path)
 
 
 	/* create main window */
-	Globals.hMainWnd = CreateWindowExW(0, MAKEINTRESOURCEW(Globals.hframeClass), RS(b1,IDS_WINE_FILE), WS_OVERLAPPEDWINDOW,
+	Globals.hMainWnd = CreateWindowExW(0, MAKEINTRESOURCEW(Globals.hframeClass), RS(b1,IDS_WINEFILE), WS_OVERLAPPEDWINDOW,
 					opts.start_x, opts.start_y, opts.width, opts.height,
 					hwndParent, Globals.hMenuFrame, Globals.hInstance, 0/*lpParam*/);
 
diff --git a/programs/winefile/winefile.rc b/programs/winefile/winefile.rc
index 4dd4d43..78391a5 100644
--- a/programs/winefile/winefile.rc
+++ b/programs/winefile/winefile.rc
@@ -84,7 +84,7 @@ IDM_WINEFILE MENU
 
     POPUP "&Help"  {
         MENUITEM "&Contents\tF1",               ID_HELP
-        MENUITEM "&About Wine File",            ID_ABOUT
+        MENUITEM "&About Wine File Manager",    ID_ABOUT
     }
 }
 
@@ -103,7 +103,6 @@ STRINGTABLE
     IDS_DESKTOP             "#msgctxt#display name#Desktop"
     IDS_SHELL               "Shell"
     IDS_NO_IMPL             "Not yet implemented"
-    IDS_WINE_FILE           "Wine File"
 }
 
 STRINGTABLE
-- 
1.7.5.4



More information about the wine-patches mailing list