// generated 2006/3/17 14:40:21 CET by campeur@gnappy.(none) // using glademm V2.6.0 // // newer (non customized) versions of this file go to server02.cc_new // This file is for your program, I won't touch it again! #include #include #include #include "window1.hh" int main(int argc, char **argv) { #if defined(ENABLE_NLS) bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); #endif //ENABLE_NLS Gtk::Main m(&argc, &argv); window1 *win = new class window1(); m.run(*win); delete win; return 0; }