X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Flock.c;h=10b879e290ae3c3f84930ae4a7c7c2682c5e1cdd;hp=4445c24eb8dd894ecf94f36a8118ec7c7534a04e;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/driver/lock.c b/driver/lock.c index 4445c24e..10b879e2 100644 --- a/driver/lock.c +++ b/driver/lock.c @@ -1,5 +1,5 @@ /* lock.c --- handling the password dialog for locking-mode. - * xscreensaver, Copyright (c) 1993-2017 Jamie Zawinski + * xscreensaver, Copyright (c) 1993-2018 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 @@ -466,7 +466,7 @@ make_passwd_window (saver_info *si, * room for the dialog to grow without going off the edge of the screen. */ max_string_width_px *= 0.75; - if (!info_msg && decrepit_p()) + if (!info_msg && senesculent_p()) info_msg = ("\n" "This version of XScreenSaver\n" "is very old! Please upgrade!\n");