]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/utilsres.cpp
OR extra style with existing value or some implementations will
[wxWidgets.git] / src / gtk / utilsres.cpp
index e3f817e19f4c2204d19d55c95c525bd696f45c4a..69c6097176a2b36f26cb6aa70d3ff03a8f24c60f 100644 (file)
@@ -28,7 +28,7 @@
 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file )
 {
     wxString filename( file );
-    if (filename.IsEmpty()) filename = wxT(".wxWidgets");
+    if (filename.IsEmpty()) filename = wxT(".wxWindows");
     
     wxFileConfig conf( wxTheApp->GetAppName(), wxTheApp->GetVendorName(), filename );
     
@@ -64,7 +64,7 @@ bool wxWriteResource(const wxString& section, const wxString& entry, int value,
 bool wxGetResource(const wxString& section, const wxString& entry, wxChar **value, const wxString& file )
 {
     wxString filename( file );
-    if (filename.IsEmpty()) filename = wxT(".wxWidgets");
+    if (filename.IsEmpty()) filename = wxT(".wxWindows");
 
     wxFileConfig conf( wxTheApp->GetAppName(), wxTheApp->GetVendorName(), filename );