[Tomoe-cvs 1449] CVS update: libtomoe-gtk/src

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 30日 (木) 16:20:33 JST


Index: libtomoe-gtk/src/tomoe-gucharmap.c
diff -u libtomoe-gtk/src/tomoe-gucharmap.c:1.2 libtomoe-gtk/src/tomoe-gucharmap.c:1.3
--- libtomoe-gtk/src/tomoe-gucharmap.c:1.2	Thu Nov 30 16:04:31 2006
+++ libtomoe-gtk/src/tomoe-gucharmap.c	Thu Nov 30 16:20:33 2006
@@ -16,6 +16,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */ 
 
+#include <glib/gi18n.h>
 #include "tomoe-gucharmap.h"
 
 typedef struct _TomoeGucharmapPrivate TomoeGucharmapPrivate;
@@ -72,6 +73,13 @@
 
     /* Hide chapters page by default. Usually use option menu instead. */
     gtk_widget_hide (GTK_WIDGET (chapters));
+
+    /* Add test page */
+    widget = gtk_paned_get_child2 (GTK_PANED (charmap));
+    vbox = gtk_vbox_new (FALSE, 0);
+    gtk_notebook_append_page (GTK_NOTEBOOK (widget),
+			      vbox, gtk_label_new (_("Writing")));
+    gtk_widget_show (vbox);
 }
 
 static void


tomoe-cvs メーリングリストの案内
Back to archive index