summaryrefslogtreecommitdiffstats
path: root/src/extension/paramradiobutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/paramradiobutton.cpp')
-rw-r--r--src/extension/paramradiobutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/paramradiobutton.cpp b/src/extension/paramradiobutton.cpp
index 9a2bc49a9..ad18ce79f 100644
--- a/src/extension/paramradiobutton.cpp
+++ b/src/extension/paramradiobutton.cpp
@@ -71,7 +71,7 @@ ParamRadioButton::ParamRadioButton (const gchar * name, const gchar * guitext, c
Inkscape::XML::Node *child_repr = sp_repr_children(xml);
while (child_repr != NULL) {
char const * chname = child_repr->name();
- if (!strcmp(chname, "option")) {
+ if (!strcmp(chname, "option") || !strcmp(chname, "_option")) {
Glib::ustring * newguitext = NULL;
Glib::ustring * newvalue = NULL;
const char * contents = sp_repr_children(child_repr)->content();