projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PRIOR/NEXT build fixes.
[wxWidgets.git]
/
src
/
gtk
/
utilsres.cpp
diff --git
a/src/gtk/utilsres.cpp
b/src/gtk/utilsres.cpp
index 4f114cd2eb671e628b20be4eb4af83dfc075d1f3..45bdc9fec1e2d9cde774758a7ffcc3c1ef0fff53 100644
(file)
--- a/
src/gtk/utilsres.cpp
+++ b/
src/gtk/utilsres.cpp
@@
-25,11
+25,11
@@
bool wxWriteResource(const wxString& section, const wxString& entry, const wxStr
{
wxString filename( file );
if (filename.IsEmpty()) filename = wxT(".wxWindows");
-
+
wxFileConfig conf( wxTheApp->GetAppName(), wxTheApp->GetVendorName(), filename );
-
+
conf.SetPath( section );
-
+
return conf.Write( entry, value );
}