nautilus r14139 - in trunk: . src



Author: awalton
Date: Mon May  5 14:47:20 2008
New Revision: 14139
URL: http://svn.gnome.org/viewvc/nautilus?rev=14139&view=rev

Log:
2008-05-05  A. Walton  <awalton gnome org>

	* src/nautilus-window-menus.c (action_about_nautilus_callback):
	Update FSF address, bump the copyright year to 2008, and remove
	a unnecessary version test macro (we require a later Gtk+ now, 
	making this test unnecessary). Closes bug #409038.



Modified:
   trunk/ChangeLog
   trunk/src/nautilus-window-menus.c

Modified: trunk/src/nautilus-window-menus.c
==============================================================================
--- trunk/src/nautilus-window-menus.c	(original)
+++ trunk/src/nautilus-window-menus.c	Mon May  5 14:47:20 2008
@@ -432,7 +432,7 @@
 		   "GNU General Public License for more details."),
 		N_("You should have received a copy of the GNU General Public License "
 		   "along with Nautilus; if not, write to the Free Software Foundation, Inc., "
-		   "59 Temple Place, Suite 330, Boston, MA  02111-1307  USA")
+		   "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA")
 	};
 	gchar *license_trans;
 
@@ -440,17 +440,13 @@
 					     _(license[2]), NULL);
 
 	gtk_show_about_dialog (GTK_WINDOW (user_data),
-#if GTK_CHECK_VERSION (2, 11, 0)
 			       "program-name", _("Nautilus"),
-#else
-			       "name", _("Nautilus"),
-#endif /* GTK 2.11. 0 */
 			       "version", VERSION,
 			       "comments", _("Nautilus is a graphical shell "
 					     "for GNOME that makes it "
 					     "easy to manage your files "
 					     "and the rest of your system."),
-			       "copyright", _("Copyright \xC2\xA9 1999-2007 "
+			       "copyright", _("Copyright \xC2\xA9 1999-2008 "
 					      "The Nautilus authors"),
 			       "license", license_trans,
 			       "wrap-license", TRUE,



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