[BACK]Return to patch-src_mirall_application_cpp CVS log [TXT][DIR] Up to [local] / ports / net / mirall / patches

Annotation of ports/net/mirall/patches/patch-src_mirall_application_cpp, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- src/mirall/application.cpp.orig    Tue Apr 29 15:04:54 2014
        !             3: +++ src/mirall/application.cpp Tue Apr 29 15:05:15 2014
        !             4: @@ -81,7 +81,7 @@ static const char optionsC[] =
        !             5:
        !             6:  QString applicationTrPath()
        !             7:  {
        !             8: -#ifdef Q_OS_LINUX
        !             9: +#ifdef Q_OS_UNIX
        !            10:      return QString::fromLatin1(DATADIR"/"APPLICATION_EXECUTABLE"/i18n/");
        !            11:  #endif
        !            12:  #ifdef Q_OS_MAC

CVSweb