X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fctsim.h;h=220a540c6d8afbed5d8ca9ee643d46a3404f26e2;hb=89997e727ff5d4d8828f6fdaee435d809b623ffe;hp=976de33b0e45be61dd9bf776fd1ce3075b609201;hpb=75a3edd6e6a5c16aea583771dfd1924c7aee9103;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index 976de33..220a540 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.8 2000/12/16 06:12:47 kevin Exp $ +** $Id: ctsim.h,v 1.9 2000/12/19 21:37:51 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -131,7 +131,9 @@ enum { IFMENU_FILE_PROPERTIES, PJMENU_FILE_PROPERTIES, PHMMENU_FILE_PROPERTIES, - PJMENU_PROCESS_RECONSTRUCT, + PJMENU_PROCESS_RECONSTRUCT, + IFMENU_PLOT_ROW, + IFMENU_PLOT_COL, IFMENU_VIEW_SCALE_AUTO, IFMENU_VIEW_SCALE_MINMAX, PHMMENU_PROCESS_RASTERIZE,