glibmm r591 - in trunk: . glib/glibmm



Author: murrayc
Date: Sat Feb  9 10:53:03 2008
New Revision: 591
URL: http://svn.gnome.org/viewvc/glibmm?rev=591&view=rev

Log:
2008-02-09  Takao Fujiwara  <Takao Fujiwara Sun COM>

* glib/glibmm/Makefile.am:
* glib/glibmm/i18n-lib.h: Actually install this header, 
and make the header guards unique.
Bug #515133

Modified:
   trunk/ChangeLog
   trunk/glib/glibmm/Makefile.am
   trunk/glib/glibmm/i18n-lib.h

Modified: trunk/glib/glibmm/Makefile.am
==============================================================================
--- trunk/glib/glibmm/Makefile.am	(original)
+++ trunk/glib/glibmm/Makefile.am	Sat Feb  9 10:53:03 2008
@@ -62,6 +62,7 @@
   exceptionhandler.h \
   helperlist.h \
   init.h \
+  i18n-lib.h \
   i18n.h \
   interface.h \
   iochannel.h \

Modified: trunk/glib/glibmm/i18n-lib.h
==============================================================================
--- trunk/glib/glibmm/i18n-lib.h	(original)
+++ trunk/glib/glibmm/i18n-lib.h	Sat Feb  9 10:53:03 2008
@@ -1,6 +1,6 @@
 // -*- c++ -*-
-#ifndef _GLIBMM_I18N_H
-#define _GLIBMM_I18N_H
+#ifndef _GLIBMM_I18N_LIB_H
+#define _GLIBMM_I18N_LIB_H
 
 /* $Id$ */
 
@@ -24,7 +24,7 @@
 // Include this file to define internationalization macros such as _().
 // This file must be included by the application, after system headers such as <iostream>.
 
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
 
-#endif /* _GLIBMM_I18N_H */
+#endif /* _GLIBMM_I18N_LIB_H */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]