Ticket #39787: patch-pgadmin-pgAdmin3.cpp.diff
File patch-pgadmin-pgAdmin3.cpp.diff, 447 bytes (added by mojca (Mojca Miklavec), 11 years ago) |
---|
-
pgadmin/pgAdmin3.cpp
old new wxString pgAdmin3::LocatePath(const wxString &pathToFind, const bool isFile) 1304 1304 // When using wxStandardPaths on OSX, wx default to the unix, 1305 1305 // not to the mac variants. Therefore, we request wxStandardPathsCF 1306 1306 // directly. 1307 wxStandardPaths CF stdPaths;1307 wxStandardPaths stdPaths = wxStandardPaths::Get(); 1308 1308 dataDir = stdPaths.GetDataDir() ; 1309 1309 1310 1310 #else // other *ixes