fixed application quit icon

This commit is contained in:
Daniel Pavel 2013-01-09 13:47:30 +02:00
parent 484419e526
commit 2bfba2e399
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def _show_about_window(action):
about.destroy()
about = make('help-about', 'About ' + _NAME, _show_about_window)
quit = make('exit', 'Quit', Gtk.main_quit)
quit = make('application-exit', 'Quit', Gtk.main_quit)
#
#