Use the TILE_SIZE defined in target_tile.h.
[synfig.git] / synfig-studio / trunk / src / gtkmm / main.cpp
index 5dd69d2..15dc9d6 100644 (file)
@@ -59,9 +59,11 @@ using namespace studio;
 int main(int argc, char **argv)
 {
 
+#ifdef ENABLE_NLS
        setlocale(LC_ALL, "");
        bindtextdomain("synfigstudio", LOCALEDIR);
        textdomain("synfigstudio");
+#endif
 
        {
                SmartFILE file(IPC::make_connection());
@@ -93,11 +95,6 @@ int main(int argc, char **argv)
 
                app.run();
        }
-       catch(synfig::SoftwareExpired)
-       {
-               cerr<<"FATAL: Software Expired"<<endl;
-               return 39;
-       }
        catch(int ret)
        {
                std::cerr<<"Application shutdown with errors ("<<ret<<')'<<std::endl;