From: gouldtj Date: Mon, 30 Jan 2006 05:10:51 +0000 (+0000) Subject: r10814@tres: ted | 2006-01-29 14:02:54 -0800 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ef7c0e5ad8e06033632ffd1810558e9fa30e0da;p=inkscape.git r10814@tres: ted | 2006-01-29 14:02:54 -0800 Adding in support for getting the name of the verb. --- 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);