[gparted] Remove repeated titles in progress dialog (#589558)



commit 4a8ecdc6133777a3c51e0f8602f09efffb066c7f
Author: Curtis Gedak <gedakc gmail com>
Date:   Sun Oct 18 13:06:40 2009 -0600

    Remove repeated titles in progress dialog (#589558)

 src/Dialog_Progress.cc |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc
index 43d8baa..5b6ca1a 100644
--- a/src/Dialog_Progress.cc
+++ b/src/Dialog_Progress.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -40,11 +40,7 @@ Dialog_Progress::Dialog_Progress( const std::vector<Operation *> & operations )
 	dispatcher_update_gui_elements .connect( 
 		sigc::mem_fun( this, &Dialog_Progress::dispatcher_on_update_gui_elements ) ) ;
 			
-	Glib::ustring str_temp = "<span weight=\"bold\" size=\"larger\">" ;
-	str_temp += _("Applying pending operations") ;
-	str_temp += "</span>\n\n" ;
-	str_temp += _("Applying all listed operations.") ;
-	str_temp += "\n";
+	Glib::ustring str_temp = "\n";
 	str_temp += _("Depending on the amount and type of operations this might take a long time.") ;
 	str_temp += "\n";
 	this ->get_vbox() ->pack_start( * Utils::mk_label( str_temp ), Gtk::PACK_SHRINK );



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