winecfg: Separate the file filters with a semi-colon and a space.

Francois Gouget fgouget at free.fr
Sun Sep 25 18:44:18 CDT 2011


---

Everywhere else we use a semi-colon for them (for the space, see the 
previosu patch).

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

diff --git a/programs/winecfg/winecfg.rc b/programs/winecfg/winecfg.rc
index bbd7842..49cd749 100644
--- a/programs/winecfg/winecfg.rc
+++ b/programs/winecfg/winecfg.rc
@@ -56,7 +56,7 @@ BEGIN
     IDS_DLL_BUILTIN_NATIVE  "builtin, native"
     IDS_DLL_DISABLED        "disabled"
     IDS_DEFAULT_SETTINGS    "Default Settings"
-    IDS_EXECUTABLE_FILTER   "Wine Programs (*.exe,*.exe.so)"
+    IDS_EXECUTABLE_FILTER   "Wine Programs (*.exe; *.exe.so)"
     IDS_USE_GLOBAL_SETTINGS "Use global settings"
     IDS_SELECT_EXECUTABLE   "Select an executable file"
 END
-- 
1.7.5.4




More information about the wine-patches mailing list