--- dbblast-0.1.7/settings.h.orig 2007-06-12 00:19:10 +0300 +++ dbblast-0.1.7/settings.h 2007-10-02 15:09:50 +0300 @@ -12,7 +12,7 @@ const int defSaveImgQuality = 96; const int defAvgColorLightness = 100; const int defAvgColorRange = 70; -const QString defSHelpPath = "helpdocs"; +const QString defSHelpPath = "/usr/share/dbblast"; const bool defBThreshholdsDisabled = false; const QString defSLastDir = QDir::currentDirPath().latin1(); const int defMarkerColor = GREEN; diff -ur dbblast-0.1.6.orig/errors.cpp dbblast-0.1.6/errors.cpp --- dbblast-0.1.6.orig/errors.cpp 2007-03-20 19:12:40 +0200 +++ dbblast-0.1.6/errors.cpp 2007-05-23 13:51:31 +0300 @@ -28,7 +28,7 @@ }; -void ERROR(int err, char *pstr) +void ERROR(int err, const char *pstr) { if ( pstr != (char*) 0 ) { diff -ur dbblast-0.1.6.orig/errors.h dbblast-0.1.6/errors.h --- dbblast-0.1.6.orig/errors.h 2007-03-20 19:12:40 +0200 +++ dbblast-0.1.6/errors.h 2007-05-23 13:47:21 +0300 @@ -30,7 +30,7 @@ }; -void ERROR(int err, char *pstr); +void ERROR(int err, const char *pstr); #endif