Don't hardcode prefix into launch paths

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@129 bfe161da-02ef-4cea-8c43-ae261ea21ac6
This commit is contained in:
nedko 2008-08-06 22:43:41 +00:00
parent ba73b3c77b
commit 9cd74b95ff
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ from config import config
# TODO : somehow, we need stock icons. Nothing else can be used for ImageMenuItems
# Default launcher menu :
menu_default = [("Configure", "/usr/bin/jackconf"),
("Connect", "/usr/bin/patchage"),
("Logs", "/usr/bin/ladilog")]
menu_default = [("Configure", "jackconf"),
("Connect", "patchage"),
("Logs", "ladilog")]
class jack_menu:
def __init__(self):