Vous êtes ici
POL_Message_OSXFlicker
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 Code sourceif [ "$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:
ContribuerMembre | Messages |
Quentin PÂRIS | Samedi 5 Juillet 2014 à 21:34 |
Quentin PÂRIS
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code sourceif [ "$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 Réponses |
Quentin PÂRIS | Samedi 5 Juillet 2014 à 21:33 |
Quentin PÂRIS
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code sourceif [ "$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 Réponses |
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