]> git.pld-linux.org Git - packages/scribus.git/blame - scribus-gcc2.patch
- saving work, scripter plugin (important) doesn't build
[packages/scribus.git] / scribus-gcc2.patch
CommitLineData
f1c0d8dd
JB
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.140982 seconds and 4 git commands to generate.