This commit is contained in:
Sunny
2025-11-28 09:20:34 -05:00

View File

@@ -397,7 +397,7 @@ void changerLeTheme(bool& theme) {
else {
style = "themes/themeDefaut.txt";
cout << "\nLe theme par defaut sera quand meme choisi.";
cout << "\nLe theme par defaut sera quand meme choisi. \n";
}
break;
@@ -416,7 +416,7 @@ void changerLeTheme(bool& theme) {
else {
style = "themes/themeDefaut.txt";
cout << "\nLe theme par defaut sera choisi.";
cout << "\nLe theme par defaut sera choisi.\n";
}
break;
@@ -434,7 +434,7 @@ void changerLeTheme(bool& theme) {
else {
style = "themes/themeDefaut.txt";
cout << "\nLe theme par defaut sera choisi.";
cout << "\nLe theme par defaut sera choisi.\n";
}
break;
@@ -452,7 +452,7 @@ void changerLeTheme(bool& theme) {
else {
style = "themes/themeDefaut.txt";
cout << "\nLe theme par defaut sera choisi.";
cout << "\nLe theme par defaut sera choisi.\n";
}
break;
@@ -476,7 +476,6 @@ void changerLeTheme(bool& theme) {
case 'Q':
cout << "\n\nRetour au menu principal";
system("PAUSE>nul");
break;
default: