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

« back to all changes in this revision

Viewing changes to src/synfigapp/actions/activepointsetsmart.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 activepointsetsmart.cpp
3
3
**      \brief Template File
4
4
**
5
 
**      $Id: activepointsetsmart.cpp 2098 2008-10-14 21:00:21Z genete $
 
5
**      $Id$
6
6
**
7
7
**      \legal
8
8
**      Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
53
53
/* === M A C R O S ========================================================= */
54
54
 
55
55
ACTION_INIT(Action::ActivepointSetSmart);
56
 
ACTION_SET_NAME(Action::ActivepointSetSmart,"activepoint_set_smart");
 
56
ACTION_SET_NAME(Action::ActivepointSetSmart,"ActivepointSetSmart");
57
57
ACTION_SET_LOCAL_NAME(Action::ActivepointSetSmart,N_("Set Activepoint (Smart)"));
58
58
ACTION_SET_TASK(Action::ActivepointSetSmart,"set");
59
59
ACTION_SET_CATEGORY(Action::ActivepointSetSmart,Action::CATEGORY_ACTIVEPOINT);
60
60
ACTION_SET_PRIORITY(Action::ActivepointSetSmart,0);
61
61
ACTION_SET_VERSION(Action::ActivepointSetSmart,"0.0");
62
 
ACTION_SET_CVS_ID(Action::ActivepointSetSmart,"$Id: activepointsetsmart.cpp 2098 2008-10-14 21:00:21Z genete $");
 
62
ACTION_SET_CVS_ID(Action::ActivepointSetSmart,"$Id$");
63
63
 
64
64
/* === G L O B A L S ======================================================= */
65
65