X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fquassel.cpp;h=2584a9413878bf241fb6363f36c6cceffe9b8199;hp=1ecc896976e2984933cedb8d0341ce0400a33c17;hb=e8e1f038e6bf4a7bc938e316774374d3116ff39a;hpb=392367381225027246e8c765a7c3b7e5bf186ee2 diff --git a/src/common/quassel.cpp b/src/common/quassel.cpp index 1ecc8969..2584a941 100644 --- a/src/common/quassel.cpp +++ b/src/common/quassel.cpp @@ -48,6 +48,8 @@ bool Quassel::_initialized = false; bool Quassel::DEBUG = false; Quassel::Quassel() { + Q_INIT_RESOURCE(i18n); + // We catch SIGTERM and SIGINT (caused by Ctrl+C) to graceful shutdown Quassel. signal(SIGTERM, handleSignal); signal(SIGINT, handleSignal);