/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1853 by schoenebeck, Sun Mar 1 22:26:36 2009 UTC revision 1959 by persson, Fri Jul 31 10:15:27 2009 UTC
# Line 919  void MainWindow::on_action_help_about() Line 919  void MainWindow::on_action_help_about()
919  {  {
920  #ifdef ABOUT_DIALOG  #ifdef ABOUT_DIALOG
921      Gtk::AboutDialog dialog;      Gtk::AboutDialog dialog;
922    #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION >= 12) || GTKMM_MAJOR_VERSION > 2
923        dialog.set_program_name("Gigedit");
924    #else
925        dialog.set_name("Gigedit");
926    #endif
927      dialog.set_version(VERSION);      dialog.set_version(VERSION);
928      dialog.set_copyright("Copyright (C) 2006-2009 Andreas Persson");      dialog.set_copyright("Copyright (C) 2006-2009 Andreas Persson");
929      dialog.set_comments(_(      dialog.set_comments(_(

Legend:
Removed from v.1853  
changed lines
  Added in v.1959

  ViewVC Help
Powered by ViewVC