From 58adf727c3b18d43ec9eba726c859402817ec526 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Nov 2016 09:00:05 -0600 Subject: [PATCH] tcledit: Fix a Tk package issue. --- graphics/traveler/tools/tcledit/tcl_edit.c | 3 ++- graphics/traveler/tools/tcledit/tcl_edit.tk | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/traveler/tools/tcledit/tcl_edit.c b/graphics/traveler/tools/tcledit/tcl_edit.c index 70bec5a34..bf005476c 100644 --- a/graphics/traveler/tools/tcledit/tcl_edit.c +++ b/graphics/traveler/tools/tcledit/tcl_edit.c @@ -691,7 +691,8 @@ int main(int argc, char **argv, char **envp) } /* Tk_Main creates a Tcl interpreter and calls Tcl_AppInit() then begins - * processing window events and interactive commands. */ + * processing window events and interactive commands. + */ Tk_Main(1, argv, Tcl_AppInit); exit(0); diff --git a/graphics/traveler/tools/tcledit/tcl_edit.tk b/graphics/traveler/tools/tcledit/tcl_edit.tk index 8320b1472..c7d4499d0 100644 --- a/graphics/traveler/tools/tcledit/tcl_edit.tk +++ b/graphics/traveler/tools/tcledit/tcl_edit.tk @@ -34,6 +34,8 @@ # ############################################################################# +package require Tk + # Control features for each element proc configentry {w option items} {