[gtranslator/leo] Show Save As dialog when importing PO file from DL



commit d69fc813558978441c60ae6ed39c20b4e1eb869a
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Oct 8 10:00:41 2019 +0200

    Show Save As dialog when importing PO file from DL

 src/gtr-dl-teams.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtr-dl-teams.c b/src/gtr-dl-teams.c
index 4812f18b..30cbdde2 100644
--- a/src/gtr-dl-teams.c
+++ b/src/gtr-dl-teams.c
@@ -513,7 +513,7 @@ gtr_dl_teams_load_po_file (GtkButton *button, GtrDlTeams *self)
 
   g_object_unref (tmp_file);
 
-//LEO
+  /* Show Save As dialog to asve file in another path than /tmp */
   gtr_save_file_as_dialog (NULL, priv->main_window);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]