Add icon "document-save.png" for entry "Save connection" in File menu
This commit is contained in:
parent
b548a19e67
commit
1757a3bee5
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ class MainWindow(QtGui.QMainWindow):
|
|||
'debug' : ['edit-find.png', 'Debug console window', 'Ctrl+B', self.open_debug_dialog],
|
||||
'preferences' : ['preferences-other.png', 'Preferences', 'Ctrl+P', self.open_preferences_dialog],
|
||||
'about' : ['help-about.png', 'About', 'Ctrl+H', self.open_about_dialog],
|
||||
'save connection': ['', 'Save connection configuration', 'Ctrl+S', self.save_connection],
|
||||
'save connection': ['document-save.png', 'Save connection configuration', 'Ctrl+S', self.save_connection],
|
||||
'quit' : ['application-exit.png', 'Quit application', 'Ctrl+Q', self.close],
|
||||
}
|
||||
self.actions = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue