fixed application quit icon
This commit is contained in:
parent
484419e526
commit
2bfba2e399
|
|
@ -72,7 +72,7 @@ def _show_about_window(action):
|
||||||
about.destroy()
|
about.destroy()
|
||||||
about = make('help-about', 'About ' + _NAME, _show_about_window)
|
about = make('help-about', 'About ' + _NAME, _show_about_window)
|
||||||
|
|
||||||
quit = make('exit', 'Quit', Gtk.main_quit)
|
quit = make('application-exit', 'Quit', Gtk.main_quit)
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue