From fc829553d2d3498cbf7b8d2ed2c36ea03049e114 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 31 Aug 2013 21:44:17 +0200 Subject: [PATCH] Clarify comment for Mac OS plugins. --- src/pokerth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokerth.cpp b/src/pokerth.cpp index 127ab125..6038f4b3 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -88,7 +88,7 @@ int main( int argc, char **argv ) curl_global_init(CURL_GLOBAL_NOTHING); #ifdef __APPLE__ - // The following needs to be done directly after the application is created. + // The following needs to be done before the application is created, otherwise loading platforms plugin fails. QDir dir(argv[0]); dir.cdUp(); dir.cdUp();