gnome-subtitles r1022 - trunk/src/GnomeSubtitles/Ui
- From: pcastro svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-subtitles r1022 - trunk/src/GnomeSubtitles/Ui
- Date: Sat, 12 Jul 2008 18:48:49 +0000 (UTC)
Author: pcastro
Date: Sat Jul 12 18:48:49 2008
New Revision: 1022
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=1022&view=rev
Log:
Code cleanup.
Modified:
trunk/src/GnomeSubtitles/Ui/MainUi.cs
Modified: trunk/src/GnomeSubtitles/Ui/MainUi.cs
==============================================================================
--- trunk/src/GnomeSubtitles/Ui/MainUi.cs (original)
+++ trunk/src/GnomeSubtitles/Ui/MainUi.cs Sat Jul 12 18:48:49 2008
@@ -397,7 +397,7 @@
Base.Document.SaveTranslation(fileProperties);
}
catch (Exception exception) {
- FileSaveErrorDialog errorDialog = new FileSaveErrorDialog(fileProperties.Path, exception); //TODO check messages for translation
+ FileSaveErrorDialog errorDialog = new FileSaveErrorDialog(fileProperties.Path, exception);
errorDialog.Show();
bool toSaveAgain = errorDialog.WaitForResponse();
if (toSaveAgain)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]