summaryrefslogtreecommitdiff
path: root/print/scribus/files/patch-scribus::helpbrowser.cpp
blob: c02deeb72acaf9ce2bce1b35363aebc48881d1f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 );