[gq-commit] gq/src configfile.c,1.28,1.29
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-10-11 13:48:39
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv25645a Modified Files: configfile.c Log Message: * Fixed a typo Index: configfile.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/configfile.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** configfile.c 18 Sep 2002 20:05:09 -0000 1.28 --- configfile.c 11 Oct 2002 13:48:35 -0000 1.29 *************** *** 1036,1040 **** (time(NULL) - config.last_asked) > 31*86400))) { int rc = question_popup(_("Upgrade configuration?"), ! _("Do you want to upgrade to the lastest configuration file version?\nIf you say no you may not be able to use all functionalities.\nIf you say yes you may not be able to use your configuration with older versions of gq.\n")); config.asked_version = CURRENT_CONFIG_VERSION; --- 1036,1040 ---- (time(NULL) - config.last_asked) > 31*86400))) { int rc = question_popup(_("Upgrade configuration?"), ! _("Do you want to upgrade to the latest configuration file version?\nIf you say no you may not be able to use all functionalities.\nIf you say yes you may not be able to use your configuration with older versions of gq.\n")); config.asked_version = CURRENT_CONFIG_VERSION; |