From 8ef7c0e5ad8e06033632ffd1810558e9fa30e0da Mon Sep 17 00:00:00 2001 From: gouldtj Date: Mon, 30 Jan 2006 05:10:51 +0000 Subject: [PATCH] r10814@tres: ted | 2006-01-29 14:02:54 -0800 Adding in support for getting the name of the verb. --- src/verbs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/verbs.h b/src/verbs.h index 890f3ffec..acc6d7d17 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -291,6 +291,8 @@ public: unsigned int get_code (void) { return _code; } /** \brief Accessor to get the internal variable. */ gchar const * get_id (void) { return _id; } + /** \brief Accessor to get the internal variable. */ + gchar const * get_name (void) { return _name; } protected: SPAction * make_action_helper (Inkscape::UI::View::View * view, SPActionEventVector * vector, void * in_pntr = NULL); -- 2.30.2