summaryrefslogtreecommitdiffstats
path: root/src/dialogs/extensions.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-11-21 05:24:08 +0000
committerTed Gould <ted@canonical.com>2008-11-21 05:24:08 +0000
commit44a3a78fb6a3863c0c7f3c1193837337e68a67e4 (patch)
tree1722ee5ec6f88c881cd4124923354b3c1311501b /src/dialogs/extensions.h
parentMerge from trunk (diff)
downloadinkscape-44a3a78fb6a3863c0c7f3c1193837337e68a67e4.tar.gz
inkscape-44a3a78fb6a3863c0c7f3c1193837337e68a67e4.zip
Merge from fe-moved
(bzr r6891)
Diffstat (limited to 'src/dialogs/extensions.h')
-rw-r--r--src/dialogs/extensions.h23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/dialogs/extensions.h b/src/dialogs/extensions.h
index e253ab849..8b0fc2780 100644
--- a/src/dialogs/extensions.h
+++ b/src/dialogs/extensions.h
@@ -1,24 +1,23 @@
-
-#ifndef SEEN_EXTENSIONS_H
-#define SEEN_EXTENSIONS_H
-/*
- * A simple dialog for previewing icon representation.
- *
- * Authors:
+/** @file
+ * A simple dialog with information about extensions
+ */
+/* Authors:
* Jon A. Cruz
*
* Copyright (C) 2005 The Inkscape Organization
- *
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+
+#ifndef SEEN_EXTENSIONS_H
+#define SEEN_EXTENSIONS_H
#include <gtkmm/textview.h>
#include "ui/widget/panel.h"
namespace Inkscape {
- namespace Extension {
- class Extension;
- }
+namespace Extension {
+class Extension;
+}
}
namespace Inkscape {
@@ -54,6 +53,4 @@ private:
} //namespace UI
} //namespace Inkscape
-
-
#endif // SEEN_EXTENSIONS_H