Explorar el Código

Nom de la fenêtre options

Francois Drouhard hace 6 años
padre
commit
cfff0eb925
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MaFenetre.cpp

+ 1 - 1
MaFenetre.cpp

@@ -58,7 +58,7 @@ MaFenetre::MaFenetre(Options* mesOptions) :
     ///////////////////////////// Menus ////////////////////////////
     QMenu *menuFichier = menuBar()->addMenu("&Fichier");
     QAction *actionNouveau = new QAction ("&Nouveau" , this);
-    QAction *actionChangerNom = new QAction ("&Changer nom des joueurs...", this);
+    QAction *actionChangerNom = new QAction ("&Options...", this);
     QAction *actionQuitter = new QAction ("&Quitter" , this);
     menuFichier->addAction(actionNouveau);
     menuFichier->addAction(actionChangerNom);