Add "..." at the end of each launcher label in ladimenu

This commit is contained in:
Marc-Olivier Barre 2010-01-07 20:01:52 +01:00
parent 3f0bbad220
commit 06a65a9246
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class manager:
# Add the laucher entries at the beginning of the menu
for items in self.menu_array:
menu_label = items.keys()[0]
menu_label = items.keys()[0] + "..."
path = items.values()[0]
menu_items.append((gtk.ImageMenuItem(menu_label), self.on_menu_launcher, path))