You are here
POL_Message_OSXFlicker
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 Source codeif [ "$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:
ContributeMember | Message |
Quentin PÂRIS | Saturday 5 July 2014 at 21:34 |
Quentin PÂRIS
|
InformationThis 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 codeif [ "$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
|
WarningThis update has not been approved yet by the team. 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 codeif [ "$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 |
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