12 lines
436 B
Diff
12 lines
436 B
Diff
--- highlight-2.4-1/highlight/main.cpp.org 2005-08-08 20:00:11.000000000 +0200
|
|
+++ highlight-2.4-1/highlight/main.cpp 2005-08-08 20:00:46.000000000 +0200
|
|
@@ -132,7 +132,7 @@
|
|
}
|
|
|
|
bool HighlightApp::loadMapConfig(const string& name, StringMap* map){
|
|
- string extPath=dataDir.getDir() + name + ".conf";
|
|
+ string extPath="/etc/highlight/" + name + ".conf";
|
|
ConfigurationReader config(extPath);
|
|
if (config.found() )
|
|
{
|