[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/kernel
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2007-11-05 16:38:09
Message-ID: 1194280689.091371.20084.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 733131 by chehrlic:

KStandardDirs::installPath("exe") should return $prefix/bin and not $prefix...

 M  +1 -1      kstandarddirs_win.cpp  


--- trunk/KDE/kdelibs/kdecore/kernel/kstandarddirs_win.cpp #733130:733131
@@ -53,7 +53,7 @@
             break;
         case 'e':
             if (strcmp("exe", type) == 0)
-                return prefix + '/';
+                return prefix + QLatin1String("/bin/");
             break;
         case 'h':
             if (strcmp("html", type) == 0)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic