X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=27fb0ee904d16127a49bfd5971c3b2ff8090234a;hb=ca7c001fce978b680543f8338a404b8c0701a935;hp=16799eb96c05904e544a8a86bd0305636fdba531;hpb=50fd2b2fb2ff63871986e6853dbebad0ecd00698;p=ctsim.git 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;