Add icon "document-save.png" for entry "Save connection" in File menu

master
Sebastien Helleu 11 years ago
parent b548a19e67
commit 1757a3bee5

@ -10,8 +10,8 @@ Files: weechat_icon_32.png, bullet_green_8x8.png, bullet_yellow_8x8.png
Files: application-exit.png, dialog-close.png, dialog-ok-apply.png,
edit-find.png, help-about.png, network-connect.png, network-disconnect.png,
preferences-other.png
document-save.png, edit-find.png, help-about.png, network-connect.png,
network-disconnect.png, preferences-other.png
Files come from Debian package "oxygen-icon-theme":

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -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…
Cancel
Save