X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Factivepointremove.cpp;h=13812d4a5d7fc2c86c42e1270678c6ba5856df63;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=d43a64aa8751fbb9a668d6278cc208aeffa0e6df;hpb=fcf1f2a99d715f39ca71469145d286d74a8af159;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/activepointremove.cpp b/synfig-studio/trunk/src/synfigapp/actions/activepointremove.cpp index d43a64a..13812d4 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/activepointremove.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/activepointremove.cpp @@ -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 @@ -45,7 +46,7 @@ using namespace Action; /* === M A C R O S ========================================================= */ ACTION_INIT(Action::ActivepointRemove); -ACTION_SET_NAME(Action::ActivepointRemove,"activepoint_remove"); +ACTION_SET_NAME(Action::ActivepointRemove,"ActivepointRemove"); ACTION_SET_LOCAL_NAME(Action::ActivepointRemove,N_("Remove Activepoint")); ACTION_SET_TASK(Action::ActivepointRemove,"remove"); ACTION_SET_CATEGORY(Action::ActivepointRemove,Action::CATEGORY_ACTIVEPOINT);