From: <iwa...@us...> - 2003-08-06 00:58:05
|
Update of /cvsroot/quickrip/quickrip/gtk/glade In directory sc8-pr-cvs1:/tmp/cvs-serv5763/glade Modified Files: gtksettings.glade Log Message: gtkmain updated to work with new base. Just copy the base.py and place in the same directory. Then python gtkmain. Get some errors in scan dvd tho :| Index: gtksettings.glade =================================================================== RCS file: /cvsroot/quickrip/quickrip/gtk/glade/gtksettings.glade,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** gtksettings.glade 6 Aug 2003 00:33:48 -0000 1.3 --- gtksettings.glade 6 Aug 2003 00:58:02 -0000 1.4 *************** *** 171,176 **** <widget class="GtkLabel" id="label1"> <property name="visible">True</property> ! <property name="label" translatable="yes">General</property> ! <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> --- 171,176 ---- <widget class="GtkLabel" id="label1"> <property name="visible">True</property> ! <property name="label" translatable="yes">_General</property> ! <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> *************** *** 465,470 **** <widget class="GtkLabel" id="label2"> <property name="visible">True</property> ! <property name="label" translatable="yes">Programs</property> ! <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> --- 465,470 ---- <widget class="GtkLabel" id="label2"> <property name="visible">True</property> ! <property name="label" translatable="yes">_Programs</property> ! <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> *************** *** 883,888 **** <widget class="GtkLabel" id="label11"> <property name="visible">True</property> ! <property name="label" translatable="yes">Audio</property> ! <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> --- 883,888 ---- <widget class="GtkLabel" id="label11"> <property name="visible">True</property> ! <property name="label" translatable="yes">_Audio</property> ! <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> *************** *** 1323,1328 **** <widget class="GtkLabel" id="label3"> <property name="visible">True</property> ! <property name="label" translatable="yes">Video</property> ! <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> --- 1323,1328 ---- <widget class="GtkLabel" id="label3"> <property name="visible">True</property> ! <property name="label" translatable="yes">_Video</property> ! <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> *************** *** 1509,1514 **** <widget class="GtkLabel" id="label10"> <property name="visible">True</property> ! <property name="label" translatable="yes">Logging</property> ! <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> --- 1509,1514 ---- <widget class="GtkLabel" id="label10"> <property name="visible">True</property> ! <property name="label" translatable="yes">_Logging</property> ! <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |