[xiph-cvs] cvs commit: postfish clippanel.c version.h
Monty
xiphmont at xiph.org
Sat Oct 18 04:12:43 PDT 2003
xiphmont 03/10/18 07:12:43
Modified: . clippanel.c version.h
Log:
Sync one cosmetic change
Revision Changes Path
1.3 +6 -1 postfish/clippanel.c
Index: clippanel.c
===================================================================
RCS file: /usr/local/cvsroot/postfish/clippanel.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clippanel.c 18 Oct 2003 11:10:09 -0000 1.2
+++ clippanel.c 18 Oct 2003 11:12:43 -0000 1.3
@@ -25,7 +25,7 @@
void clippanel_create(postfish_clippanel *panel,postfish_mainpanel *mp){
GdkWindow *root=gdk_get_default_root_window();
GtkWidget *topframe=gtk_frame_new (NULL);
- GtkWidget *toplabel=gtk_label_new (" declipping filter ");
+ GtkWidget *toplabel=gtk_label_new (NULL);
GtkWidget *topvbox=gtk_vbox_new (0,0);
GtkWidget *indframe=gtk_frame_new (NULL);
@@ -37,6 +37,11 @@
gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON(indcheck),
"all channels ");
+ gtk_label_set_markup(GTK_LABEL(toplabel),
+ "<span weight=\"bold\" "
+ "style=\"italic\">"
+ " declipping filter </span>");
+
gtk_frame_set_label_widget(GTK_FRAME(indframe),indcheck);
gtk_frame_set_label_widget(GTK_FRAME(allframe),allcheck);
<p><p>1.20 +2 -2 postfish/version.h
Index: version.h
===================================================================
RCS file: /usr/local/cvsroot/postfish/version.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- version.h 18 Oct 2003 11:10:09 -0000 1.19
+++ version.h 18 Oct 2003 11:12:43 -0000 1.20
@@ -1,2 +1,2 @@
-#define VERSION "$Id: version.h,v 1.19 2003/10/18 11:10:09 xiphmont Exp $ "
-/* DO NOT EDIT: Automated versioning hack [Sat Oct 18 07:08:26 EDT 2003] */
+#define VERSION "$Id: version.h,v 1.20 2003/10/18 11:12:43 xiphmont Exp $ "
+/* DO NOT EDIT: Automated versioning hack [Sat Oct 18 07:11:13 EDT 2003] */
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list