From 94eec042676a8e18cebc9af8f27cd251355f4ba4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 Sep 2005 05:11:46 +0000 Subject: Intern some more strings. 2005-09-01 Matthias Clasen * gdk/*.c: Intern some more strings. * gtk/gtkintl.h: * gtk/*.c: Define an I_() macro and use it instead of the bulky g_intern_static_string(). --- gtk/gtkintl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/gtkintl.h') diff --git a/gtk/gtkintl.h b/gtk/gtkintl.h index d29723bb92..3e03c69ce9 100644 --- a/gtk/gtkintl.h +++ b/gtk/gtkintl.h @@ -10,4 +10,7 @@ #define P_(String) (String) #endif +/* not really I18N-related, but also a string marker macro */ +#define I_(string) g_intern_static_string (string) + #endif -- cgit v1.2.1