Revert "Remove setting locale"

This reverts commit 7606bded40.

Reverting all wx3 commits on master
This commit is contained in:
DarkPhoenix
2015-04-30 19:38:47 +03:00
parent 06252d761d
commit 2c366faa66

View File

@@ -57,6 +57,8 @@ from gui.builtinViews import *
from time import gmtime, strftime
import locale
locale.setlocale(locale.LC_ALL, '')
#dummy panel(no paint no erasebk)
class PFPanel(wx.Panel):