X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fdemo-Gtk.c;h=f5c483965a3a8ead6947abc473d9ea4a823f1c29;hp=27d2316d2c494e68d2eaa65e253364ab3af846af;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/driver/demo-Gtk.c b/driver/demo-Gtk.c index 27d2316d..f5c48396 100644 --- a/driver/demo-Gtk.c +++ b/driver/demo-Gtk.c @@ -1,5 +1,5 @@ /* demo-Gtk.c --- implements the interactive demo-mode and options dialogs. - * xscreensaver, Copyright (c) 1993-2013 Jamie Zawinski + * xscreensaver, Copyright (c) 1993-2016 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -801,7 +801,7 @@ about_menu_cb (GtkMenuItem *menuitem, gpointer user_data) char *s, *s2; char copy[1024]; char year[5]; - char *desc = _("For updates, check http://www.jwz.org/xscreensaver/"); + char *desc = _("For updates, check https://www.jwz.org/xscreensaver/"); s = strchr (vers, ','); *s = 0; @@ -5292,13 +5292,13 @@ main (int argc, char **argv) the_network_is_not_the_computer (s); - if (senescent_p()) + if (decrepit_p()) warning_dialog (s->toplevel_widget, _("Warning:\n\n" "This version of xscreensaver is VERY OLD!\n" "Please upgrade!\n" "\n" - "http://www.jwz.org/xscreensaver/\n" + "https://www.jwz.org/xscreensaver/\n" "\n" "(If this is the latest version that your distro ships, then\n" "your distro is doing you a disservice. Build from source.)\n"