summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-properties.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-08-08 20:13:11 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-08-08 20:13:11 +0000
commit3c005b46f5a33d7dcd17d843fda4d297fcf0477e (patch)
treedfbaaec09bd2c8578de24769d63151091e6cc37f /src/ui/dialog/object-properties.h
parentupdate for cmake (diff)
downloadinkscape-3c005b46f5a33d7dcd17d843fda4d297fcf0477e.tar.gz
inkscape-3c005b46f5a33d7dcd17d843fda4d297fcf0477e.zip
copyright message rewritten object properties dialog
(bzr r11599)
Diffstat (limited to 'src/ui/dialog/object-properties.h')
-rw-r--r--src/ui/dialog/object-properties.h34
1 files changed, 22 insertions, 12 deletions
diff --git a/src/ui/dialog/object-properties.h b/src/ui/dialog/object-properties.h
index d9d1a3fdd..0bf622ce4 100644
--- a/src/ui/dialog/object-properties.h
+++ b/src/ui/dialog/object-properties.h
@@ -1,13 +1,29 @@
/**
* @file Object properties dialog.
*/
-/* Author:
- * Lauris Kaplinski <lauris@ximian.com>
- * Kris De Gussem <Kris.DeGussem@gmail.com>
+/*
+ * Inkscape, an Open Source vector graphics editor
+ *
+ * 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 the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * Copyright (C) 2001 Ximian, Inc.
- * Copyright (C) 2012 Authors
- * Released under GNU GPL, read the file 'COPYING' for more information
+ * Copyright (C) 2012 Kris De Gussem <Kris.DeGussem@gmail.com>
+ * c++version based on former C-version (GPL v2) with authors:
+ * Lauris Kaplinski <lauris@kaplinski.com>
+ * bulia byak <buliabyak@users.sf.net>
+ * Johan Engelen <goejendaagh@zonnet.nl>
+ * Abhishek Sharma
*/
#ifndef SEEN_DIALOGS_ITEM_PROPERTIES_H
@@ -102,11 +118,6 @@ private:
*/
void hidden_toggled(void);
- /*
- * On signal modified, invokes an update.
- */
- //void selectionModifiedCB( guint flags );
-
/**
* Can be invoked for setting the desktop. Currently not used.
*/
@@ -116,7 +127,6 @@ private:
* Is invoked by the desktop tracker when the desktop changes.
*/
void setTargetDesktop(SPDesktop *desktop);
-
};
}