gnome-utils r8263 - trunk/logview



Author: cosimoc
Date: Tue Dec 23 13:26:30 2008
New Revision: 8263
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=8263&view=rev

Log:
Be consistent with the #ifdefs in the header file.

Modified:
   trunk/logview/logview-about.h

Modified: trunk/logview/logview-about.h
==============================================================================
--- trunk/logview/logview-about.h	(original)
+++ trunk/logview/logview-about.h	Tue Dec 23 13:26:30 2008
@@ -18,8 +18,8 @@
  * USA.
  */
 
-#ifndef __LOG_ABOUT_H__
-#define __LOG_ABOUT_H__
+#ifndef __LOGVIEW_ABOUT_H__
+#define __LOGVIEW_ABOUT_H__
 
 static const char *logview_about_authors[] = {
   "Cesar Miquel <miquel df uba ar>",
@@ -62,5 +62,5 @@
 static const char *logview_about_translator_credits = N_("translator-credits");
 
 
-#endif /* __LOG_ABOUT_H__ */
+#endif /* __LOGVIEW_ABOUT_H__ */
 



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