summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-24 18:55:07 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-24 18:55:07 +0000
commitb79715cb1f47a2c6e69e6de963184a6045855faa (patch)
tree9ade76765960ace7bac864ead22abc480adaf265 /src/dialogs
parentfix crash when switching away from node tool while redrawing after a handle m... (diff)
downloadinkscape-b79715cb1f47a2c6e69e6de963184a6045855faa.tar.gz
inkscape-b79715cb1f47a2c6e69e6de963184a6045855faa.zip
patch 1642531
(bzr r2274)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/guidelinedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/guidelinedialog.h b/src/dialogs/guidelinedialog.h
index d12e34042..f7baad69d 100644
--- a/src/dialogs/guidelinedialog.h
+++ b/src/dialogs/guidelinedialog.h
@@ -30,7 +30,7 @@ public:
GuidelinePropertiesDialog(SPGuide *guide, SPDesktop *desktop);
virtual ~GuidelinePropertiesDialog();
- Glib::ustring getName() const { return "LayerPropertiesDialog"; }
+ Glib::ustring getName() const { return "GuidelinePropertiesDialog"; }
static void showDialog(SPGuide *guide, SPDesktop *desktop);