]> git.pld-linux.org Git - packages/scribus.git/blob - scribus-gcc2.patch
- updated, the older version wasn't working anyway...
[packages/scribus.git] / scribus-gcc2.patch
1 --- scribus-1.1.2/scribus/scribus.cpp.orig      Fri Oct 31 10:26:40 2003
2 +++ scribus-1.1.2/scribus/scribus.cpp   Tue Nov  4 12:03:22 2003
3 @@ -5828,7 +5828,7 @@
4                 dia.setSelection(defNa);
5         if (dia.exec() == QDialog::Accepted)
6                 {
7 -                       LoadEnc = cod ? dia.TxCodeM->currentText() : "";
8 +                       LoadEnc = cod ? dia.TxCodeM->currentText() : QString("");
9                         return dia.selectedFile();
10                 }
11         return "";
This page took 0.168864 seconds and 3 git commands to generate.