POL_Message_OSXFlicker

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 52791
Wine: System

Retours d'expérience

Code source

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:

Contribuer
Membre Messages
Quentin PÂRIS Samedi 5 Juillet 2014 à 21:34
Quentin PÂRIS Anonymous

Information

Cette 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 source

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

Réponses

Quentin PÂRIS Samedi 5 Juillet 2014 à 21:33
Quentin PÂRIS Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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 source

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

Réponses