]> git.pld-linux.org Git - packages/cppcheck.git/blob - cppcheck-gui-paths.patch
- updated to 1.72
[packages/cppcheck.git] / cppcheck-gui-paths.patch
1 --- cppcheck-1.49/gui/translationhandler.cpp.orig       2011-06-12 18:28:04.000000000 +0200
2 +++ cppcheck-1.49/gui/translationhandler.cpp    2011-06-17 11:33:12.852111676 +0200
3 @@ -148,7 +148,7 @@
4  {
5      TranslationInfo info;
6      info.mName = name;
7 -    info.mFilename = filename;
8 +    info.mFilename = QString("/usr/share/cppcheck-gui/") + filename;
9      int codeLength = QString(filename).length() - QString(filename).indexOf('_') - 1;
10      info.mCode = QString(filename).right(codeLength);
11      mTranslations.append(info);
This page took 0.062113 seconds and 3 git commands to generate.