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

« back to all changes in this revision

Viewing changes to src/synfigapp/actions/canvasdescriptionset.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:
46
46
/* === M A C R O S ========================================================= */
47
47
 
48
48
ACTION_INIT_NO_GET_LOCAL_NAME(Action::CanvasDescriptionSet);
49
 
ACTION_SET_NAME(Action::CanvasDescriptionSet,"canvas_description_set");
 
49
ACTION_SET_NAME(Action::CanvasDescriptionSet,"CanvasDescriptionSet");
50
50
ACTION_SET_LOCAL_NAME(Action::CanvasDescriptionSet,N_("Set Canvas Description"));
51
51
ACTION_SET_TASK(Action::CanvasDescriptionSet,"set");
52
52
ACTION_SET_CATEGORY(Action::CanvasDescriptionSet,Action::CATEGORY_CANVAS);