diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-27 18:03:09 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-27 18:03:09 +0000 |
| commit | 7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch) | |
| tree | 7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/extension/param/parameter.cpp | |
| parent | Merging from trunk (diff) | |
| download | inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip | |
From trunk
(bzr r6885)
Diffstat (limited to 'src/extension/param/parameter.cpp')
| -rw-r--r-- | src/extension/param/parameter.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/extension/param/parameter.cpp b/src/extension/param/parameter.cpp index 5f434e5e1..2773af61d 100644 --- a/src/extension/param/parameter.cpp +++ b/src/extension/param/parameter.cpp @@ -1,9 +1,7 @@ -/** \file - * Parameters for extensions. +/** @file + * @brief Parameters for extensions. */ - -/* - * Author: +/* Author: * Ted Gould <ted@gould.cx> * Johan Engelen <johan@shouraizou.nl> * @@ -386,6 +384,8 @@ Parameter::string (std::list <std::string> &list) return; } +Glib::ustring const extension_pref_root = "/extensions/"; + } /* namespace Extension */ } /* namespace Inkscape */ @@ -398,4 +398,4 @@ Parameter::string (std::list <std::string> &list) fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : |
