diff options
Diffstat (limited to 'print/scribus/files/patch-scribus::helpbrowser.cpp')
-rw-r--r-- | print/scribus/files/patch-scribus::helpbrowser.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/scribus/files/patch-scribus::helpbrowser.cpp b/print/scribus/files/patch-scribus::helpbrowser.cpp deleted file mode 100644 index c02deeb72aca..000000000000 --- a/print/scribus/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 ); |