import i18n when needed to launch history manager
This commit is contained in:
parent
d68509164f
commit
e7cb71916c
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
import xml.sax.saxutils
|
import xml.sax.saxutils
|
||||||
import gtk
|
import gtk
|
||||||
|
import gtk.glade
|
||||||
import gobject
|
import gobject
|
||||||
import pango
|
import pango
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -27,13 +27,13 @@ import gtk
|
||||||
import time
|
import time
|
||||||
import locale
|
import locale
|
||||||
|
|
||||||
|
from common import i18n
|
||||||
import exceptions
|
import exceptions
|
||||||
import dialogs
|
import dialogs
|
||||||
import gtkgui_helpers
|
import gtkgui_helpers
|
||||||
from common.logger import LOG_DB_PATH, constants
|
from common.logger import LOG_DB_PATH, constants
|
||||||
|
|
||||||
from common import gajim
|
from common import gajim
|
||||||
from common import i18n
|
|
||||||
from common import helpers
|
from common import helpers
|
||||||
|
|
||||||
# time, message, subject
|
# time, message, subject
|
||||||
|
|
Loading…
Add table
Reference in a new issue