anjuta r3498 - in trunk: . plugins/project-wizard/templates/cpp/src



Author: sgranjoux
Date: Sat Jan 19 16:24:40 2008
New Revision: 3498
URL: http://svn.gnome.org/viewvc/anjuta?rev=3498&view=rev

Log:
	* plugins/project-wizard/templates/cpp/src/main.cc:
	Fix #498734, typing error in c++ project template


Modified:
   trunk/ChangeLog
   trunk/plugins/project-wizard/templates/cpp/src/main.cc

Modified: trunk/plugins/project-wizard/templates/cpp/src/main.cc
==============================================================================
--- trunk/plugins/project-wizard/templates/cpp/src/main.cc	(original)
+++ trunk/plugins/project-wizard/templates/cpp/src/main.cc	Sat Jan 19 16:24:40 2008
@@ -1,13 +1,13 @@
 [+ autogen5 template +]
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * main.c
+ * main.cc
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.cpp" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.cpp" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.cpp"                " * ")+]
+[+ == "BSD"  +][+(bsd  "main.cc" (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  "main.cc"                " * ")+]
 [+ESAC+] */
 
 #include <iostream>



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