Revision: 7154
Author:   ek.kato
Date:     Sun Jun 19 19:04:03 2011
Log:      * gtk2/horizontal-gtk.c (uim_cand_win_horizontal_gtk_get_type)
  - Fix typo.

http://code.google.com/p/uim/source/detail?r=7154

Modified:
 /trunk/gtk2/candwin/horizontal-gtk.c

=======================================
--- /trunk/gtk2/candwin/horizontal-gtk.c        Sun Jun 19 18:58:39 2011
+++ /trunk/gtk2/candwin/horizontal-gtk.c        Sun Jun 19 19:04:03 2011
@@ -190,7 +190,7 @@
 {
   if (!candidate_window_type)
     candidate_window_type = g_type_register_static(GTK_TYPE_WINDOW,
-                   "UIMCanWinHorizontalGtk", &object_info, (GTypeFlags)0);
+                   "UIMCandWinHorizontalGtk", &object_info, (GTypeFlags)0);
   return candidate_window_type;
 }

Reply via email to