Author: jave27
Date: 2006-01-19 23:18:18 +0100 (Thu, 19 Jan 2006)
New Revision: 2616

Modified:
   trunk/src/file_dialog_item.cxx
Log:
Added the "finished" status to appear in the dialog box.

Modified: trunk/src/file_dialog_item.cxx
===================================================================
--- trunk/src/file_dialog_item.cxx      2006-01-19 22:11:46 UTC (rev 2615)
+++ trunk/src/file_dialog_item.cxx      2006-01-19 22:18:18 UTC (rev 2616)
@@ -128,6 +128,11 @@
                                                                status = _("Not 
Finished");
                                                                
file_item.is_finished = false;
                                                        }
+                                                       else
+                                                       {
+                                                               status = 
_("Finished!");
+                                                               
file_item.is_finished = true;
+                                                       }
                                                        file_item.friendly_name 
= _(file_item.friendly_name);
                                                        file_info = 
_(file_info);
 



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to