From: <je...@us...> - 2003-08-01 12:19:55
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv376/testing Modified Files: guimain-hig.ui Log Message: Fixed a bug introduced while fixing `Save to:' Index: guimain-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guimain-hig.ui,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** guimain-hig.ui 1 Aug 2003 12:17:19 -0000 1.10 --- guimain-hig.ui 1 Aug 2003 12:19:52 -0000 1.11 *************** *** 47,51 **** </property> <property name="buddy" stdset="0"> ! <cstring>comboBox7</cstring> </property> </widget> --- 47,51 ---- </property> <property name="buddy" stdset="0"> ! <cstring>comboBox72</cstring> </property> </widget> *************** *** 151,156 **** </widget> <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2"> <property name="name"> ! <cstring>comboBox7</cstring> </property> <property name="editable"> --- 151,161 ---- </widget> <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2"> + <item> + <property name="text"> + <string>/home/videos</string> + </property> + </item> <property name="name"> ! <cstring>comboBox72</cstring> </property> <property name="editable"> *************** *** 268,272 **** <tabstop>listView1</tabstop> <tabstop>comboBox5</tabstop> ! <tabstop>comboBox7</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> --- 273,277 ---- <tabstop>listView1</tabstop> <tabstop>comboBox5</tabstop> ! <tabstop>comboBox72</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> |