// generated 2002/6/6 22:43:12 CEST by free@m114.net195-132-170.noos.fr.localdomain // using glademm V0.6.4 // // newer (non customized) versions of this file go to prototype.cc_new // This file is for your program, I won't touch it again! #include #include #include #include "App.hh" int main(int argc, char **argv) { #if defined(ENABLE_NLS) bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); textdomain (PACKAGE); #endif //ENABLE_NLS Gnome::Main m(PACKAGE, VERSION, argc, argv); manage(new class App()); m.run(); return 0; }