unificado el formato de lor archivos de about/ayuda a utf-8

eliminados algunos comentarios TODO que ya se hab?an completado
This commit is contained in:
Luis Ángel San Martín
2012-07-23 18:00:33 +02:00
parent 192ebd04b2
commit 2b63c08251
19 changed files with 189 additions and 141 deletions

View File

@ -537,7 +537,7 @@ void MainWindowViewer::newVersion()
int ret = msgBox.exec();
if(ret==QMessageBox::Yes){
QDesktopServices::openUrl(QUrl("http://code.google.com/p/yacreader/"));
QDesktopServices::openUrl(QUrl("http://www.yacreader.com"));
}
}