I found that the CVS from today had a little problem in the utility dialog. I 
fixed this by changing one single "2" to a "1". :-)
This is my first patch ever, so I hope that the format is ok.

Cheers,

        Arne

-- 
Two percent of zero is almost nothing.

[--- PGP key available on http://www.root42.de/ ---]
--- ../licq-20020410/plugins/qt-gui/src/utilitydlg.cpp	Sun Jan  6 15:40:44 2002
+++ src/utilitydlg.cpp	Wed Apr 10 18:45:04 2002
@@ -75,7 +75,7 @@
   chkEditFinal = new QCheckBox(tr("Edit final command"), this);
   lay->addMultiCellWidget(chkEditFinal, 3, 3, 0, 2);
 
-  boxFields = new QGroupBox(2, Horizontal, tr("User Fields"), this);
+  boxFields = new QGroupBox(1, Horizontal, tr("User Fields"), this);
   lay->addMultiCellWidget(boxFields, 4, 4, 0, 2);
   for (unsigned short i = 0; i < m_xUtility->NumUserFields(); i++)
   {

Reply via email to