changelog, removed copyright/USP, changed default applet icon

This commit is contained in:
Clement Lefebvre 2010-09-23 18:38:05 +01:00
parent cfc9381516
commit ba7b48553c
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mintmenu (5.1.2) julia; urgency=low
* Many UI improvements
-- Clement Lefebvre <root@linuxmint.com> Thu, 23 Sep 2010 18:37:00 +0000
mintmenu (5.1.1) julia; urgency=low
* Fixed launching apps with quotes

View File

@ -43,7 +43,7 @@ gettext.install("mintmenu", "/usr/share/linuxmint/locale")
NAME = _("Menu")
PATH = os.path.abspath( os.path.dirname( sys.argv[0] ) )
ICON = "/usr/lib/linuxmint/mintMenu/mintMenu.png"
ICON = "/usr/lib/linuxmint/mintMenu/visualisation-logo.png"
sys.path.append( os.path.join( PATH , "plugins") )
@ -737,7 +737,7 @@ class MenuWin( object ):
about.set_comments( _("Advanced Gnome Menu") )
about.set_authors( ["Clement Lefebvre <clem@linuxmint.com>", "Lars-Peter Clausen <lars@laprican.de>"] )
about.set_translator_credits(("translator-credits") )
about.set_copyright( _("Based on USP from S.Chanderbally") )
#about.set_copyright( _("Based on USP from S.Chanderbally") )
about.set_logo( gtk.gdk.pixbuf_new_from_file("/usr/lib/linuxmint/mintMenu/icon.svg") )
about.connect( "response", lambda dialog, r: dialog.destroy() )
about.show()

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB