Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Commit c912046

Browse files
author
multiSnow
committed
fix #107
1 parent b80f348 commit c912046

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mcomix/comicthumb.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515

1616
from gi import require_version
1717

18+
require_version('PangoCairo', '1.0')
1819
require_version('GdkPixbuf', '2.0')
1920
require_version('Gdk', '3.0')
2021
require_version('Gtk', '3.0')
2122

2223
CURDIR=getcwd()
2324

25+
from mcomix import i18n
26+
i18n.install_gettext()
2427
from mcomix import thumbnail_tools
2528
from mcomix import portability
2629

0 commit comments

Comments
 (0)