From d3e38888b22f34db30d926526aefb54d12398d27 Mon Sep 17 00:00:00 2001 From: ruglory Date: Sat, 23 May 2009 18:32:17 +0000 Subject: [PATCH] Prerelease 0.14 started git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@160 cac9541e-1b8d-4bfa-827e-589bba606050 --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 137bec5..426fd00 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -460,7 +460,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

release 0.13 $Revision$

" + "

prerelease 0.14 $Revision$

" "

visit project at home page " "qlscribe.sourceforge.net

" ) ); }