aboutsummaryrefslogtreecommitdiff
path: root/print/scribus/files/patch-scribus::helpbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'print/scribus/files/patch-scribus::helpbrowser.cpp')
-rw-r--r--print/scribus/files/patch-scribus::helpbrowser.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/scribus/files/patch-scribus::helpbrowser.cpp b/print/scribus/files/patch-scribus::helpbrowser.cpp
new file mode 100644
index 000000000000..c02deeb72aca
--- /dev/null
+++ b/print/scribus/files/patch-scribus::helpbrowser.cpp
@@ -0,0 +1,11 @@
+--- 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 );