From 06f2bbf659052aff8bd61cd11e96ef0143b0d380 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 7 Feb 2010 18:02:51 +0000 Subject: [PATCH] Step towards fix of translation in Windows. svn: r14269 --- src/gui/grampsgui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/grampsgui.py b/src/gui/grampsgui.py index b7e9a5087..bbb9a25ee 100644 --- a/src/gui/grampsgui.py +++ b/src/gui/grampsgui.py @@ -61,6 +61,7 @@ import gobject from QuestionDialog import ErrorDialog import config import Utils +import constfunc from gui.pluginmanager import GuiPluginManager from gen.plug import (START, END) @@ -77,7 +78,7 @@ def register_stock_icons (): """ #iconpath to the base image. The front of the list has highest priority - if Utils.win(): + if constfunc.win(): iconpaths = [ (os.path.join(const.IMAGE_DIR, '48x48'), '.png'), (const.IMAGE_DIR, '.png'),