Je bent hier
POL_Message_OSXFlicker
Informatie
Creator | Bericht |
---|---|
Quentin PÂRIS
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks0 0 Broncodeif [ "$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 | Bericht |
Quentin PÂRIS | Zaterdag 5 Juli 2014 om 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 Antwoorden |
Quentin PÂRIS | Zaterdag 5 Juli 2014 om 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 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