X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.cpp;h=2584a9413878bf241fb6363f36c6cceffe9b8199;hb=3a9b5f8368e5a1eada4b60e6016cba367de3bac2;hp=1ecc896976e2984933cedb8d0341ce0400a33c17;hpb=de5e60aac1e7e993d2c82b2e22e3a47ff429f268;p=quassel.git 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);