# HG changeset patch # User Chris Cannam # Date 1290617620 0 # Node ID 05203e53b92a22a5d9788d5121978f3f96ef6640 # Parent 87ef2fa9ee8bb797f2f7cd6999114db20ae96943 * Update About box diff -r 87ef2fa9ee8b -r 05203e53b92a mainwindow.cpp --- a/mainwindow.cpp Wed Nov 24 16:40:57 2010 +0000 +++ b/mainwindow.cpp Wed Nov 24 16:53:40 2010 +0000 @@ -121,16 +121,22 @@ void MainWindow::about() { - QMessageBox::about(this, tr("About HgExplorer"), - tr("HgExplorer tries to be Mercurial's VSS Explorer: ;-)

" - "-Hides command line in normal use
" - "-Makes common operations easier

" - "(c) 2010 (lgpl), Jari Korhonen (jtkorhonen@gmail.com)

" - "-Needs Mercurial ;-) (thanks Matt Mackall, Bryan O'Sullivan and others !)
" - "-Uses excellent Nuvola icons (c) David Vignoni (Thanks, David !)
" - "-Needs Qt4, mingw (in windows), python, kdiff3 (Thanks to all of you !)
" - "-Windows standalone install uses hg / python / kdiff3 from TortoiseHg (BIG Thanks !)
" - "-Windows standalone install uses InstallJammer setup tool (Thanks, great tool !)
")); + QMessageBox::about(this, tr("About EasyMercurial"), + tr("

About EasyMercurial

" + "

EasyMercurial is a simple user interface for the " + "Mercurial version control system.

" + "

EasyMercurial is based on HgExplorer by " + "Jari Korhonen, with thanks.
EasyMercurial development carried out by " + "Chris Cannam for soundsoftware.ac.uk at the Centre for Digital Music, Queen Mary, University of London." + "

" + "

This program is free software; you can redistribute it and/or " + "modify it under the terms of the GNU General Public License as " + "published by the Free Software Foundation; either version 2 of the " + "License, or (at your option) any later version. See the file " + "COPYING included with this distribution for more information.")); } void MainWindow::clearSelections()