aboutsummaryrefslogtreecommitdiff
path: root/print/scribus-devel/files/patch-scribus::helpbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'print/scribus-devel/files/patch-scribus::helpbrowser.cpp')
-rw-r--r--print/scribus-devel/files/patch-scribus::helpbrowser.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/scribus-devel/files/patch-scribus::helpbrowser.cpp b/print/scribus-devel/files/patch-scribus::helpbrowser.cpp
deleted file mode 100644
index c02deeb72aca..000000000000
--- a/print/scribus-devel/files/patch-scribus::helpbrowser.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- scribus/helpbrowser.cpp.orig Fri Jan 7 05:18:30 2005
-+++ scribus/helpbrowser.cpp Mon Jan 10 22:11:45 2005
-@@ -58,7 +58,7 @@
- QString fileName;
- mHistory.clear();
- struct histd his;
-- language = guiLanguage=="" ? "en" : guiLanguage.left(2);
-+ language = guiLanguage=="" ? QString( "en" ) : guiLanguage.left(2);
- helpBrowsermainLayout = new QVBoxLayout( this);
- buttonLayout = new QHBoxLayout;
- buttonLayout->setSpacing( 6 );