Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuenodedynamiclistremovesmart.cpp
index f479de5..8615f9d 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**  Copyright (c) 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -46,7 +47,7 @@ using namespace Action;
 /* === M A C R O S ========================================================= */
 
 ACTION_INIT(Action::ValueNodeDynamicListRemoveSmart);
-ACTION_SET_NAME(Action::ValueNodeDynamicListRemoveSmart,"value_node_dynamic_list_remove_smart");
+ACTION_SET_NAME(Action::ValueNodeDynamicListRemoveSmart,"ValueNodeDynamicListRemoveSmart");
 ACTION_SET_LOCAL_NAME(Action::ValueNodeDynamicListRemoveSmart,N_("Remove Item (Smart)"));
 ACTION_SET_TASK(Action::ValueNodeDynamicListRemoveSmart,"remove");
 ACTION_SET_CATEGORY(Action::ValueNodeDynamicListRemoveSmart,Action::CATEGORY_VALUEDESC|Action::CATEGORY_VALUENODE);
@@ -152,7 +153,7 @@ Action::ValueNodeDynamicListRemoveSmart::prepare()
        // If we are in animate editing mode
        if(get_edit_mode()&MODE_ANIMATE)
        {
-               Action::Handle action(Action::create("activepoint_set_off"));
+               Action::Handle action(Action::create("ActivepointSetOff"));
 
                if(!action)
                        throw Error(_("Unable to find action (bug)"));
@@ -170,7 +171,7 @@ Action::ValueNodeDynamicListRemoveSmart::prepare()
        }
        else
        {
-               Action::Handle action(Action::create("value_node_dynamic_list_remove"));
+               Action::Handle action(Action::create("ValueNodeDynamicListRemove"));
 
                if(!action)
                        throw Error(_("Unable to find action (bug)"));