/[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 2344 by persson, Sun Apr 29 16:15:45 2012 UTC revision 2392 by persson, Mon Jan 7 20:41:16 2013 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2006-2012 Andreas Persson   * Copyright (C) 2006-2013 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 926  void MainWindow::on_action_help_about() Line 926  void MainWindow::on_action_help_about()
926      dialog.set_name("Gigedit");      dialog.set_name("Gigedit");
927  #endif  #endif
928      dialog.set_version(VERSION);      dialog.set_version(VERSION);
929      dialog.set_copyright("Copyright (C) 2006-2012 Andreas Persson");      dialog.set_copyright("Copyright (C) 2006-2013 Andreas Persson");
930      dialog.set_comments(_(      dialog.set_comments(_(
931          "Released under the GNU General Public License.\n"          "Released under the GNU General Public License.\n"
932          "\n"          "\n"

Legend:
Removed from v.2344  
changed lines
  Added in v.2392

  ViewVC Help
Powered by ViewVC