POL_Message_OSXFlicker

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 53032
Wine: System

Feedbacks

Broncode

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 Bericht
Quentin PÂRIS Zaterdag 5 Juli 2014 om 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

Antwoorden

Quentin PÂRIS Zaterdag 5 Juli 2014 om 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

Antwoorden

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com