Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32422
Modified Files:
wxInterface.cpp
Log Message:
Fixes Mac resource dir access.
Index: wxInterface.cpp
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/wxInterface.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wxInterface.cpp 21 Nov 2003 10:52:47 -0000 1.4
+++ wxInterface.cpp 21 Nov 2003 11:05:55 -0000 1.5
@@ -122,7 +122,7 @@
}
#if defined(__WXMAC__) && defined(__MACH__)
- path.Append(wxT("Contents/Resources/"));
+ path.Append(wxT("../Resources/"));
#endif
CheckAndAddSupportedLangs();
|