[vlmc-devel] commit: Correcting typo: Appology -> apology ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Wed Apr 14 23:48:35 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Wed Apr 14 23:42:51 2010 +0200| [9cfd67195daf059fd6f58d15b50d6c1ba60a8351] | committer: Hugo Beauzée-Luyssen
Correcting typo: Appology -> apology
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=9cfd67195daf059fd6f58d15b50d6c1ba60a8351
---
src/Gui/MainWindow.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index ef9338b..2c52545 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -629,7 +629,7 @@ bool MainWindow::restoreSession()
if ( GUIProjectManager::getInstance()->loadEmergencyBackup() == true )
ret = true;
else
- QMessageBox::warning( this, tr( "Can't restore project" ), tr( "VLMC didn't manage to restore your project. We appology for the inconvenience" ) );
+ QMessageBox::warning( this, tr( "Can't restore project" ), tr( "VLMC didn't manage to restore your project. We apology for the inconvenience" ) );
}
}
}
More information about the Vlmc-devel
mailing list