~ubuntu-branches/ubuntu/saucy/lordsawar/saucy

« back to all changes in this revision

Viewing changes to src/editor/armyset-main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2008-12-20 13:52:12 UTC
  • mfrom: (1.1.6 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081220135212-noeb2w3y98ebo7o9
Tags: 0.1.4-1
[ Barry deFreese ]
* New upstream release.
* Move 0.0.8-2.1 changelog entry to correct point in changelog.
* Make lordsawar-data suggest lordsawar.
* Update my e-mail address.
* Add build-depends on intltool, uuid-dev, and libboost-dev.
* Don't install locales since there are no translations currently.
* Add simple man page for new lordsawar-pbm binary.
* Drop gcc4.3 patches as they have been fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <time.h>
25
25
#include <gtkmm/main.h>
26
26
 
27
 
#include "../Configuration.h"
28
 
#include "../File.h"
29
 
#include "../GraphicsCache.h"
30
 
#include "../timing.h"
 
27
#include "Configuration.h"
 
28
#include "File.h"
 
29
#include "GraphicsCache.h"
 
30
#include "timing.h"
31
31
 
32
32
#include "armyset-window.h"
33
33
 
39
39
    initialize_configuration();
40
40
 
41
41
    setlocale(LC_ALL, Configuration::s_lang.c_str());
42
 
#ifndef __WIN32__
43
 
    bindtextdomain ("lordsawar",PO_PATH);
44
 
#else
45
 
    bindtextdomain ("lordsawar","./locale/");
46
 
#endif
47
42
    textdomain ("lordsawar");
48
43
 
49
44
    // Check if armysets are in the path (otherwise exit)