X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Flayeradd.cpp;h=51d12db901b428ee81f5fadc09b974e98fe26467;hb=af939bbc5a7e4330cac04f9b3f59583b95ca4eff;hp=f1e55f19f09463b9c2297e44bc160281f3708421;hpb=828216f2051e31236e9edbc79be2cf7833abbc7e;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/layeradd.cpp b/synfig-studio/trunk/src/synfigapp/actions/layeradd.cpp index f1e55f1..51d12db 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/layeradd.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/layeradd.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_NO_GET_LOCAL_NAME(Action::LayerAdd); -ACTION_SET_NAME(Action::LayerAdd,"layer_add"); +ACTION_SET_NAME(Action::LayerAdd,"LayerAdd"); ACTION_SET_LOCAL_NAME(Action::LayerAdd,N_("Add Layer")); ACTION_SET_TASK(Action::LayerAdd,"add"); ACTION_SET_CATEGORY(Action::LayerAdd,Action::CATEGORY_LAYER);