SF.net SVN: geany:[3050] trunk/plugins/splitwindow.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Tue Oct 7 12:03:45 UTC 2008
Revision: 3050
http://geany.svn.sourceforge.net/geany/?rev=3050&view=rev
Author: ntrel
Date: 2008-10-07 12:03:45 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Fix file header info.
Modified Paths:
--------------
trunk/plugins/splitwindow.c
Modified: trunk/plugins/splitwindow.c
===================================================================
--- trunk/plugins/splitwindow.c 2008-10-07 12:00:29 UTC (rev 3049)
+++ trunk/plugins/splitwindow.c 2008-10-07 12:03:45 UTC (rev 3050)
@@ -1,7 +1,8 @@
/*
- * splitview.c
+ * splitwindow.c - this file is part of Geany, a fast and lightweight IDE
*
* Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,8 +18,12 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * $Id$
*/
+/* Split Window plugin. */
+
#include "geany.h"
#include <glib/gi18n.h>
#include "Scintilla.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list