[gparted] Update URLs to new official web site gparted.org



commit c165544506de93634eb5d07ec0c6c62f5047d1bc
Author: Curtis Gedak <gedakc gmail com>
Date:   Tue Oct 12 11:35:26 2010 -0600

    Update URLs to new official web site gparted.org

 src/Dialog_Progress.cc |    2 +-
 src/Win_GParted.cc     |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc
index 84971fc..16eb94f 100644
--- a/src/Dialog_Progress.cc
+++ b/src/Dialog_Progress.cc
@@ -276,7 +276,7 @@ void Dialog_Progress::on_signal_show()
 			str_temp += "\n\n<i><b>" + Glib::ustring( _("IMPORTANT") ) + "</b>\n" ;
 			str_temp += _("If you want support, you need to provide the saved details!") ;
 			str_temp += "\n" + String::ucompose( 
-				_("See %1 for more information."), "http://gparted.sourceforge.net/larry/tips/save_details.htm"; ) + "</i>" ;
+				_("See %1 for more information."), "http://gparted.org/larry/tips/save_details.htm"; ) + "</i>" ;
 		
 			dialog .set_secondary_text( str_temp, true ) ;
 			dialog .run() ;
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 38b8200..34113aa 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1268,7 +1268,7 @@ void Win_GParted::menu_help_contents()
 	tmp_msg += "\n" ;
 	tmp_msg += _( "Documentation is available at the project web site." ) ;
 	tmp_msg += "\n" ;
-	tmp_msg += "http://gparted.sourceforge.net"; ;
+	tmp_msg += "http://gparted.org"; ;
 	dialog .set_secondary_text( tmp_msg ) ;
 	dialog .run() ;
 #else
@@ -1297,7 +1297,7 @@ void Win_GParted::menu_help_about()
 	strings .clear() ;
 
 	//artists
-	strings .push_back( "http://gparted.sourceforge.net/artwork.php"; ) ;
+	strings .push_back( "http://gparted.org/artwork.php"; ) ;
 	dialog .set_artists( strings ) ;
 	strings .clear() ;
 
@@ -1309,7 +1309,7 @@ void Win_GParted::menu_help_about()
 
 
   	//the url is not clickable because this would introduce an new dep (gnome-vfsmm) 
-	dialog .set_website( "http://gparted.sourceforge.net"; ) ;
+	dialog .set_website( "http://gparted.org"; ) ;
 
 	dialog .run() ;
 }
@@ -1446,7 +1446,7 @@ void Win_GParted::activate_resize()
 				tmp_msg += "\n" ;
 				tmp_msg += _( "You can learn how to repair the boot configuration in the GParted FAQ." ) ;
 				tmp_msg += "\n" ;
-				tmp_msg += "http://gparted.sourceforge.net/faq.php"; ;
+				tmp_msg += "http://gparted.org/faq.php"; ;
 				tmp_msg += "\n\n" ;
 				tmp_msg += "Moving a partition might take a very long time to apply." ;
 				dialog .set_secondary_text( tmp_msg ) ;



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