You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
383 B
14 lines
383 B
13 years ago
|
Index: kdecore/kstandarddirs.cpp
|
||
|
===================================================================
|
||
|
--- kdecore/kstandarddirs.cpp.orig
|
||
|
+++ kdecore/kstandarddirs.cpp
|
||
|
@@ -1290,6 +1290,8 @@ void KStandardDirs::addKDEDefaults()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
+ kdedirList.append("/etc/opt/kde3");
|
||
|
+
|
||
|
#ifndef Q_OS_WIN //no default KDEDIR on win32 defined
|
||
|
kdedirList.append(KDEDIR);
|
||
|
#endif
|