From 06a65a92460e4e0153982b02f81dedaa2749c54c Mon Sep 17 00:00:00 2001 From: Marc-Olivier Barre Date: Thu, 7 Jan 2010 20:01:52 +0100 Subject: [PATCH] Add "..." at the end of each launcher label in ladimenu --- lib/laditools/ladimenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/laditools/ladimenu.py b/lib/laditools/ladimenu.py index 461e798..fb86465 100644 --- a/lib/laditools/ladimenu.py +++ b/lib/laditools/ladimenu.py @@ -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))