diff options
| author | Andrew Higginson <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
|---|---|---|
| committer | Andrew <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
| commit | 80960b623a99aae1402ab651b2974ef544ed3b03 (patch) | |
| tree | ba49d42c2789e9e11f805e2d5263e10f9fedeef8 /src/registrytool.cpp | |
| parent | try to fix bug (diff) | |
| parent | GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value. (diff) | |
| download | inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.tar.gz inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.zip | |
merged with trunk so I can build again...
(bzr r10092.1.36)
Diffstat (limited to 'src/registrytool.cpp')
| -rw-r--r-- | src/registrytool.cpp | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/registrytool.cpp b/src/registrytool.cpp index af41c3eaf..d2cec0080 100644 --- a/src/registrytool.cpp +++ b/src/registrytool.cpp @@ -1,10 +1,6 @@ -/** +/* * Inkscape Registry Tool * - * This simple tool is intended for allowing Inkscape to append subdirectories - * to its path. This will allow extensions and other files to be accesses - * without explicit user intervention. - * * Authors: * Bob Jamison * @@ -52,9 +48,6 @@ KeyTableEntry keyTable[] = }; -/** - * Set the string value of a key/name registry entry - */ bool RegistryTool::setStringValue(const Glib::ustring &keyNameArg, const Glib::ustring &valueName, const Glib::ustring &value) @@ -108,9 +101,6 @@ bool RegistryTool::setStringValue(const Glib::ustring &keyNameArg, -/** - * Get the full path, directory, and base file name of this running executable - */ bool RegistryTool::getExeInfo(Glib::ustring &fullPath, Glib::ustring &path, Glib::ustring &exeName) @@ -137,10 +127,6 @@ bool RegistryTool::getExeInfo(Glib::ustring &fullPath, -/** - * Append our subdirectories to the Application Path for this - * application - */ bool RegistryTool::setPathInfo() { Glib::ustring fullPath; @@ -181,7 +167,7 @@ bool RegistryTool::setPathInfo() #ifdef TESTREG -/** +/* * Compile this file with * g++ -DTESTREG registrytool.cpp -o registrytool * to run these tests. |
