From 4f718b5d5dce425cd7d4b8dffc42ead31b97e8be Mon Sep 17 00:00:00 2001 From: pst Date: Wed, 17 Sep 1997 16:18:22 +0000 Subject: Put all variables in VAR_ #define's to force a single location for all of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems. --- usr.sbin/sysinstall/dmenu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/dmenu.c') diff --git a/usr.sbin/sysinstall/dmenu.c b/usr.sbin/sysinstall/dmenu.c index 3f76977..c806ab9 100644 --- a/usr.sbin/sysinstall/dmenu.c +++ b/usr.sbin/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.32 1997/02/22 14:11:35 peter Exp $ + * $Id: dmenu.c,v 1.33 1997/06/13 14:21:19 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -115,7 +115,7 @@ dmenuSetKmapVariable(dialogMenuItem *tmp) int err; variable_set((char *)tmp->data); - lang = variable_get("keymap"); + lang = variable_get(VAR_KEYMAP); if (lang != NULL) { err = loadKeymap(lang); -- cgit v1.1