Line 0
Link Here
|
|
|
1 |
--- qgo/src/mainwin.cpp.orig Sat Jun 19 07:38:43 2004 |
2 |
+++ qgo/src/mainwin.cpp Sun Aug 22 15:55:59 2004 |
3 |
@@ -1604,10 +1604,10 @@ |
4 |
//set the params of "who command" |
5 |
if ((whoBox1->currentItem() >1) || (whoBox2->currentItem() >1)) |
6 |
{ |
7 |
- wparam.append(whoBox1->currentItem()==1 ? "9p" : whoBox1->currentText()); |
8 |
+ wparam.append(whoBox1->currentItem()==1 ? QString("9p") : whoBox1->currentText()); |
9 |
if ((whoBox1->currentItem()) && (whoBox2->currentItem())) |
10 |
wparam.append("-"); |
11 |
- wparam.append(whoBox2->currentItem()==1 ? "9p" : whoBox2->currentText()); |
12 |
+ wparam.append(whoBox2->currentItem()==1 ? QString("9p") : whoBox2->currentText()); |
13 |
} |
14 |
else if ((whoBox1->currentItem()) || (whoBox2->currentItem())) |
15 |
wparam.append("1p-9p"); |