oleview: Separate the file filters with a space.

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


---

There does not seem to be much consistency across applications but this 
seems to be what we do elsewhere in Wine.


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

diff --git a/programs/oleview/oleview.rc b/programs/oleview/oleview.rc
index 5e1d25f..c067bac 100644
--- a/programs/oleview/oleview.rc
+++ b/programs/oleview/oleview.rc
@@ -97,7 +97,7 @@ STRINGTABLE
     IDS_ABOUTVER           "version 1.0"
     IDS_TYPELIBTITLE       "ITypeLib viewer"
     IDS_OPEN               "Open"
-    IDS_OPEN_FILTER_TYPELIB "TypeLib files (*.tlb;*.olb;*.dll;*.ocx;*.exe)"
+    IDS_OPEN_FILTER_TYPELIB "TypeLib files (*.tlb; *.olb; *.dll; *.ocx; *.exe)"
     IDS_OPEN_FILTER_ALL     "All files (*.*)"
 
     IDM_BIND,              "Bind to file via a File Moniker"
-- 
1.7.5.4




More information about the wine-patches mailing list