Step towards fix of translation in Windows.
svn: r14269
This commit is contained in:
parent
34a910ec3a
commit
06f2bbf659
@ -61,6 +61,7 @@ import gobject
|
|||||||
from QuestionDialog import ErrorDialog
|
from QuestionDialog import ErrorDialog
|
||||||
import config
|
import config
|
||||||
import Utils
|
import Utils
|
||||||
|
import constfunc
|
||||||
from gui.pluginmanager import GuiPluginManager
|
from gui.pluginmanager import GuiPluginManager
|
||||||
from gen.plug import (START, END)
|
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
|
#iconpath to the base image. The front of the list has highest priority
|
||||||
if Utils.win():
|
if constfunc.win():
|
||||||
iconpaths = [
|
iconpaths = [
|
||||||
(os.path.join(const.IMAGE_DIR, '48x48'), '.png'),
|
(os.path.join(const.IMAGE_DIR, '48x48'), '.png'),
|
||||||
(const.IMAGE_DIR, '.png'),
|
(const.IMAGE_DIR, '.png'),
|
||||||
|
Loading…
Reference in New Issue
Block a user