~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/common/quassel.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-10-11 00:06:18 UTC
  • mfrom: (1.1.52)
  • Revision ID: package-import@ubuntu.com-20131011000618-46ncwnh3demhlw10
Tags: 0.9.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
495
495
    quasselTranslator->setObjectName("QuasselTr");
496
496
    qApp->installTranslator(quasselTranslator);
497
497
 
498
 
#if QT_VERSION >= 0x040800
 
498
#if QT_VERSION >= 0x040800 && !defined Q_OS_MAC
499
499
    bool success = qtTranslator->load(locale, QString("qt_"), translationDirPath());
500
500
    if (!success)
501
501
        qtTranslator->load(locale, QString("qt_"), QLibraryInfo::location(QLibraryInfo::TranslationsPath));