]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkhbbox.c
Silently return NULL if the widget is not realized. (#316023, Guillaume
[~andy/gtk] / gtk / gtkhbbox.c
index 880dcdf3743c47791cd8a3ae2eff000dc872cf3d..3dda89c16fd430ca632b903e61ca354ee4ce3911 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <config.h>
 #include "gtkhbbox.h"
+#include "gtkintl.h"
 #include "gtkalias.h"
 
 
@@ -60,7 +61,7 @@ gtk_hbutton_box_get_type (void)
       };
 
       hbutton_box_type =
-       g_type_register_static (GTK_TYPE_BUTTON_BOX, "GtkHButtonBox",
+       g_type_register_static (GTK_TYPE_BUTTON_BOX, I_("GtkHButtonBox"),
                                &hbutton_box_info, 0);
     }