X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=27fb0ee904d16127a49bfd5971c3b2ff8090234a;hp=16799eb96c05904e544a8a86bd0305636fdba531;hb=28ae79fe191111dfdb0bde7f66aa6e5378c6a44c;hpb=4fbbbea3afa6bf01bd0a115f03575928a9f135b6 diff --git a/src/ctsim.h b/src/ctsim.h index 16799eb..27fb0ee 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.47 2001/02/16 02:36:18 kevin Exp $ +** $Id: ctsim.h,v 1.48 2001/02/20 00:07:56 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 @@ -181,7 +181,7 @@ class wxDocManager; class CTSimApp: public wxApp { private: - enum { O_HELP, O_VERSION }; + enum { O_HELP, O_PRINT, O_VERSION }; static struct option ctsimOptions[]; bool m_bAdvancedOptions;