- changed some icons here and there

This commit is contained in:
Marius Stanciu
2019-03-11 02:08:29 +02:00
parent f51c146f71
commit 91549587e2
8 changed files with 14 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ def on_language_apply_click(app, restart=False):
msgbox.setText("The application will restart.")
msgbox.setInformativeText("Are you sure do you want to change the current language to %s?" % name.capitalize())
msgbox.setWindowTitle("Apply Language ...")
msgbox.setWindowIcon(QtGui.QIcon('share/save_as.png'))
msgbox.setWindowIcon(QtGui.QIcon('share/language32.png'))
msgbox.setStandardButtons(QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.Cancel)
msgbox.setDefaultButton(QtWidgets.QMessageBox.Yes)