astyle fix

This commit is contained in:
Reijo Tomperi 2009-06-14 23:22:19 +03:00
parent 8c327f82b3
commit 0966a2fbd4
1 changed files with 2 additions and 2 deletions

View File

@ -448,14 +448,14 @@ void MainWindow::About()
void MainWindow::ShowLicense()
{
FileViewDialog *dlg = new FileViewDialog(":COPYING", this);
dlg->resize(550,400);
dlg->resize(550, 400);
dlg->exec();
}
void MainWindow::ShowAuthors()
{
FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this);
dlg->resize(350,400);
dlg->resize(350, 400);
dlg->exec();
}