From 82a7ed53f40fa4e7dd6f716b5150b2f1374ae93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 6 Sep 2009 02:01:24 +0200 Subject: Re-formulate the debug message if a menu file has been found. --- portato/gui/windows/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/windows/basic.py') diff --git a/portato/gui/windows/basic.py b/portato/gui/windows/basic.py index cab2fb9..542cf7f 100644 --- a/portato/gui/windows/basic.py +++ b/portato/gui/windows/basic.py @@ -87,7 +87,7 @@ class UIBuilder (object): # load menu if existing menufile = os.path.join(TEMPLATE_DIR, self.__file__+".menu") if os.path.exists(menufile): - debug("Menufile for '%s' exists.", self.__file__) + debug("There is a menu-file for '%s'. Trying to load it.", self.__file__) barbox = self.tree.get_widget("menubar_box") if barbox is not None: self._builder.add_from_file(menufile) -- cgit v1.2.3