|
Line 0
Link Here
|
|
|
1 |
--- gtkcolorsel.c.orig Tue Oct 21 22:18:28 2003 |
| 2 |
+++ gtkcolorsel.c Tue Oct 21 22:18:28 2003 |
| 3 |
@@ -320,9 +320,9 @@ |
| 4 |
gtk_container_add (GTK_CONTAINER (about_window), vbox); |
| 5 |
gtk_widget_show (vbox); |
| 6 |
|
| 7 |
- label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999 |
| 8 |
- \n http://www.millar.u-net.com/gyroscope.html \n |
| 9 |
- neil@millar.u-net.com\n"); |
| 10 |
+ label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999\n"\ |
| 11 |
+" \n http://www.millar.u-net.com/gyroscope.html \n"\ |
| 12 |
+" neil@millar.u-net.com\n"); |
| 13 |
gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0); |
| 14 |
gtk_widget_show (label); |
| 15 |
|