tcledit: Fix a Tk package issue.
This commit is contained in:
parent
047a51c592
commit
58adf727c3
graphics/traveler/tools/tcledit
@ -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);
|
||||
|
@ -34,6 +34,8 @@
|
||||
#
|
||||
#############################################################################
|
||||
|
||||
package require Tk
|
||||
|
||||
# Control features for each element
|
||||
|
||||
proc configentry {w option items} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user