summaryrefslogtreecommitdiff
path: root/kde-unstable/kdepim/fix-console-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdepim/fix-console-build.patch')
-rw-r--r--kde-unstable/kdepim/fix-console-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kde-unstable/kdepim/fix-console-build.patch b/kde-unstable/kdepim/fix-console-build.patch
deleted file mode 100644
index 552b8c0c1..000000000
--- a/kde-unstable/kdepim/fix-console-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/console/kabcclient/src/main.cpp
-+++ b/console/kabcclient/src/main.cpp
-@@ -117,7 +117,7 @@ int main(int argc, char** argv)
-
- cmdLineOptions.add("match-case", ki18n("Match key fields case sensitive. UID is always matched case sensitive"));
-
-- cmdLineOptions.add(ki18n("+[input data]"), ki18n("Input to use instead of reading stdin"));
-+ cmdLineOptions.add("+[input data]", ki18n("Input to use instead of reading stdin"));
-
- KCmdLineArgs::addCmdLineOptions(cmdLineOptions);
- KCmdLineArgs::init(argc, argv, &aboutData);