From: dooglus Date: Mon, 14 Jan 2008 00:28:04 +0000 (+0000) Subject: Mention the exported name of the ValueNode in the History dialog when unexporting it. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=38fa994c9fad50c17527608839d08643b663832b;hp=86dda6552c53fd89f859a09dbcc8e8d3857f1ca9;p=synfig.git Mention the exported name of the ValueNode in the History dialog when unexporting it. git-svn-id: http://svn.voria.com/code@1352 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/actions/valuenoderemove.cpp b/synfig-studio/trunk/src/synfigapp/actions/valuenoderemove.cpp index bfbc03d..5e5f981 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/valuenoderemove.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/valuenoderemove.cpp @@ -44,7 +44,7 @@ using namespace Action; /* === M A C R O S ========================================================= */ -ACTION_INIT(Action::ValueNodeRemove); +ACTION_INIT_NO_GET_LOCAL_NAME(Action::ValueNodeRemove); ACTION_SET_NAME(Action::ValueNodeRemove,"value_node_remove"); ACTION_SET_LOCAL_NAME(Action::ValueNodeRemove,N_("Unexport")); ACTION_SET_TASK(Action::ValueNodeRemove,"remove"); @@ -63,6 +63,13 @@ Action::ValueNodeRemove::ValueNodeRemove() { } +synfig::String +Action::ValueNodeRemove::get_local_name()const +{ + // TRANSLATORS: This is used in the 'history' dialog when a ValueNode is unexported. + return strprintf(_("Unexport '%s'"), old_name.c_str()); +} + Action::ParamVocab Action::ValueNodeRemove::get_param_vocab() {