Fixed lots of strings for translatable text

This commit is contained in:
2015-06-26 08:27:43 -05:00
parent 920c1cf863
commit bb0227f3b8
11 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import platform
if platform.system() == "Windows":
from wxUtils import *
elif platform.system() == "Linux":
from gtkUtils import *
#elif platform.system() == "Linux":
# from gtkUtils import *