|
|
@ -86,7 +86,7 @@ homepage : <a href="{3}" title="HandyMenu homepage">{3}</a>').format(version, au |
|
|
|
|
|
|
|
btnbox = m.get_action_area() |
|
|
|
for btn in btnbox: # il n'y en a qu'un |
|
|
|
btn.set_label(("HandyLinux rejoint Debian-Facile")) |
|
|
|
btn.set_label(("HandyLinux pour Debian-Facile")) |
|
|
|
btn.set_image(image) |
|
|
|
btn.set_image_position(Gtk.PositionType.TOP) |
|
|
|
|
|
|
@ -356,7 +356,7 @@ homepage : <a href="{3}" title="HandyMenu homepage">{3}</a>').format(version, au |
|
|
|
|
|
|
|
applist.pack_start(hb, False,False, 10) |
|
|
|
|
|
|
|
dragdrophelp = Gtk.Label(("Pour ajouter une application, glissez-là dans la liste")) |
|
|
|
dragdrophelp = Gtk.Label(("Pour ajouter une application, glissez-la dans la liste")) |
|
|
|
applist.pack_start(dragdrophelp, False,False, 2) |
|
|
|
|
|
|
|
for a in s['apps']: |
|
|
@ -413,7 +413,7 @@ homepage : <a href="{3}" title="HandyMenu homepage">{3}</a>').format(version, au |
|
|
|
self.window = Gtk.Window(Gtk.WindowType.TOPLEVEL) |
|
|
|
self.window.connect("delete_event", self.close_application) |
|
|
|
|
|
|
|
self.window.set_title("Handymenu configuration") |
|
|
|
self.window.set_title("Configuration du HandyMenu") |
|
|
|
self.window.set_border_width(0) |
|
|
|
else: |
|
|
|
self.window.remove(self.mainbox) |
|
|
|