From c083986b98eb8f918f73585ec453ec00f0aef1d3 Mon Sep 17 00:00:00 2001 From: ruglory Date: Fri, 23 Jan 2009 23:11:20 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@8 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 598022b..5cef8b4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -210,7 +210,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

revision: $Revision:$

" + "

$Revision$

" "

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

" ) ); }