changelog, removed copyright/USP, changed default applet icon
This commit is contained in:
parent
cfc9381516
commit
ba7b48553c
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
mintmenu (5.1.1) julia; urgency=low
|
||||||
|
|
||||||
* Fixed launching apps with quotes
|
* Fixed launching apps with quotes
|
||||||
|
@ -43,7 +43,7 @@ gettext.install("mintmenu", "/usr/share/linuxmint/locale")
|
|||||||
NAME = _("Menu")
|
NAME = _("Menu")
|
||||||
PATH = os.path.abspath( os.path.dirname( sys.argv[0] ) )
|
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") )
|
sys.path.append( os.path.join( PATH , "plugins") )
|
||||||
|
|
||||||
@ -737,7 +737,7 @@ class MenuWin( object ):
|
|||||||
about.set_comments( _("Advanced Gnome Menu") )
|
about.set_comments( _("Advanced Gnome Menu") )
|
||||||
about.set_authors( ["Clement Lefebvre <clem@linuxmint.com>", "Lars-Peter Clausen <lars@laprican.de>"] )
|
about.set_authors( ["Clement Lefebvre <clem@linuxmint.com>", "Lars-Peter Clausen <lars@laprican.de>"] )
|
||||||
about.set_translator_credits(("translator-credits") )
|
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.set_logo( gtk.gdk.pixbuf_new_from_file("/usr/lib/linuxmint/mintMenu/icon.svg") )
|
||||||
about.connect( "response", lambda dialog, r: dialog.destroy() )
|
about.connect( "response", lambda dialog, r: dialog.destroy() )
|
||||||
about.show()
|
about.show()
|
||||||
|
BIN
usr/lib/linuxmint/mintMenu/visualisation-logo.png
Normal file
BIN
usr/lib/linuxmint/mintMenu/visualisation-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user