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

« back to all changes in this revision

Viewing changes to src/gtkmm/main.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 gtkmm/main.cpp
3
3
**      \brief Synfig Studio Entrypoint
4
4
**
5
 
**      $Id: main.cpp 1966 2008-04-06 19:26:41Z dooglus $
 
5
**      $Id$
6
6
**
7
7
**      \legal
8
8
**      Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
62
62
#ifdef ENABLE_NLS
63
63
        setlocale(LC_ALL, "");
64
64
        bindtextdomain("synfigstudio", LOCALEDIR);
 
65
        bind_textdomain_codeset("synfigstudio", "UTF-8");
65
66
        textdomain("synfigstudio");
66
67
#endif
67
68