Description: Delete of unused patches.

This commit is contained in:
Jochen Schmitt 2005-10-24 17:17:27 +00:00
parent a290091296
commit 04a9003ae1

View File

@ -1,11 +0,0 @@
--- 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() )
{