|
From: <joh...@ie...> - 2000-05-19 05:29:57
|
Patch: vhclmaps-000517-johnston-027
For: vhclmaps-0.7.4
Author: joh...@us...
Subject: second half of patch to group page commands into View submenu
Requires: vhclmaps-000517-johnston-026
This is an intermediate patch to vhclmaps-0.7.4. To apply, cd to the
top-level directory of the vhclmaps source tree (the directory with src
and config subdirs), and apply like this:
patch -p0 <ThisFile
Summary of Changes:
- finalizes the grouping of page-related commands into a new View
submenu on the map viewers.
Index: MapUnidraw/mapkit.c
diff -c MapUnidraw/mapkit.c:1.4 MapUnidraw/mapkit.c:1.5
*** MapUnidraw/mapkit.c:1.4 Wed May 17 23:39:41 2000
--- src/MapUnidraw/mapkit.c Wed May 17 23:43:26 2000
***************
*** 631,636 ****
--- 631,637 ----
KLBL_ORIENTATION,
CODE_ORIENTATION)),
"Orientation ");
+ mbi->menu()->append_item(pagei);
MenuItem* zoomi = kit.menu_item(kit.label("Zoom "));
Menu* zoom = kit.pullright();
*** /dev/null Wed May 17 23:43:43 PDT 2000
--- patches/vhclmaps-000517-johnston-027
*************** patches/vhclmaps-000517-johnston-027
*** 0 ****
--- 1 ----
+ vhclmaps-000517-johnston-027
|