POL_Message_OSXFlicker

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 52716
Wine: System

Feedbacks

Source code

if [ "$POL_OS" = "Mac" ]; then
    POL_SetupWindow_message "$(eval_gettext "OSX users: If the screen flickers once the game is launched, try to press cmd + tab twice")" "$TITLE"
fi

Contributions

Filters:

Contribute
Member Message
Quentin PÂRIS Saturday 5 July 2014 at 21:34
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

Differences

@@ -1,3 +1,3 @@
 if [ "$POL_OS" = "Mac" ]; then
-    POL_SetupWindow_message $(eval_gettext "OSX users: If the screen flickers once the game is launched, try to press cmd + tab twice")
+    POL_SetupWindow_message "$(eval_gettext "OSX users: If the screen flickers once the game is launched, try to press cmd + tab twice")" "$TITLE"
 fi
\ No newline at end of file

New source code

if [ "$POL_OS" = "Mac" ]; then
    POL_SetupWindow_message "$(eval_gettext "OSX users: If the screen flickers once the game is launched, try to press cmd + tab twice")" "$TITLE"
fi

Replies

Quentin PÂRIS Saturday 5 July 2014 at 21:33
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,3 @@
+if [ "$POL_OS" = "Mac" ]; then
+    POL_SetupWindow_message $(eval_gettext "OSX users: If the screen flickers once the game is launched, try to press cmd + tab twice")
+fi
\ No newline at end of file

New source code

if [ "$POL_OS" = "Mac" ]; then
    POL_SetupWindow_message $(eval_gettext "OSX users: If the screen flickers once the game is launched, try to press cmd + tab twice")
fi

Replies