[anjuta] project-wizard: bgo#642723 - Small in C header template



commit 20942f611023464da93f950ca83fd3cfce8c2780
Author: Marco Diego Aurélio Mesquita <marcodiegomesquita gmail com>
Date:   Sat Feb 19 12:43:09 2011 +0100

    project-wizard: bgo#642723 - Small in C header template

 .../templates/gtkapplication/src/application.h     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/project-wizard/templates/gtkapplication/src/application.h b/plugins/project-wizard/templates/gtkapplication/src/application.h
index 9811c81..ad68aa8 100644
--- a/plugins/project-wizard/templates/gtkapplication/src/application.h
+++ b/plugins/project-wizard/templates/gtkapplication/src/application.h
@@ -10,8 +10,8 @@
 [+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
-#ifndef _[+NameCUppper+]_
-#define _[+NameCUppper+]_
+#ifndef _[+NameCUpper+]_
+#define _[+NameCUpper+]_
 
 #include <gtk/gtk.h>
 



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