~ubuntu-branches/ubuntu/lucid/synfigstudio/lucid

« back to all changes in this revision

Viewing changes to src/synfigapp/actions/valuenoderename.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2010-01-26 11:20:50 UTC
  • mfrom: (1.1.5 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100126112050-e43u17c5zpc5hse4
Tags: 0.62.00-1
* QA upload
* Properly orphan the package (set Maintainer to QA, empty Uploaders)
* New upstream release
* Bump build-dep on (lib)synfig to most recent version
* Bump standards-version to 3.8.3, no changes needed
* Change section of the "-dbg" package to debug, thanks lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/*!     \file valuenoderename.cpp
3
3
**      \brief Template File
4
4
**
5
 
**      $Id: valuenoderename.cpp 1643 2008-02-09 19:12:18Z dooglus $
 
5
**      $Id$
6
6
**
7
7
**      \legal
8
8
**      Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
46
46
/* === M A C R O S ========================================================= */
47
47
 
48
48
ACTION_INIT_NO_GET_LOCAL_NAME(Action::ValueNodeRename);
49
 
ACTION_SET_NAME(Action::ValueNodeRename,"value_node_rename");
 
49
ACTION_SET_NAME(Action::ValueNodeRename,"ValueNodeRename");
50
50
ACTION_SET_LOCAL_NAME(Action::ValueNodeRename,N_("Rename ValueNode"));
51
51
ACTION_SET_TASK(Action::ValueNodeRename,"rename");
52
52
ACTION_SET_CATEGORY(Action::ValueNodeRename,Action::CATEGORY_VALUENODE);
53
53
ACTION_SET_PRIORITY(Action::ValueNodeRename,0);
54
54
ACTION_SET_VERSION(Action::ValueNodeRename,"0.0");
55
 
ACTION_SET_CVS_ID(Action::ValueNodeRename,"$Id: valuenoderename.cpp 1643 2008-02-09 19:12:18Z dooglus $");
 
55
ACTION_SET_CVS_ID(Action::ValueNodeRename,"$Id$");
56
56
 
57
57
/* === G L O B A L S ======================================================= */
58
58