// $Revision: 1.6 $ // (c 1994 Taligent, Inc. All Rights Reserved. // // Mars Menus Archive definition file: MarsMenus.arc // JDR - 10/22/94 Original Version // // To create archive files, type "Makeit Archives" after GrafEdit library has been created // NOTE: Do not modify "Key" values below (left hand side, without EXACT changes to source code // Localizers should only be concerned with "Value" strings (right hand side // //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #ifndef Taligent_COLLECTIONS #include #endif //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Declare new Default locale setup //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DeclareLocale("USA"); DefaultLocale("USA"); // Tools Menu "Tools"->*"Tools"; "Arrow"->*"Arrow"; "Line"->*"Line"; "Rectangle"->*"Rectangle"; "Ellipse"->*"Ellipse"; "Polyline"->*"Polyline"; "Polygon"->*"Polygon"; "Curve"->*"Curve"; "Text"->*"Text"; // Colors Menu "Color"->*"Color"; "Red Frame"->*"Red Frame"; "Green Frame"->*"Green Frame"; "Blue Frame"->*"Blue Frame"; "Red Fill"->*"Red Fill"; "Green Fill"->*"Green Fill"; "Blue Fill"->*"Blue Fill"; // Pen width Menu "Pen"->*"Pen"; "1 point"->*"1 point"; "2 point"->*"2 point"; "4 point"->*"4 point"; "6 point"->*"6 point"; "8 point"->*"8 point"; "10 point"->*"10 point"; // Note: there is a Text menu also, but I haven't included an entry since it will find the // Text match defined for the Tools "text" menu item above. // The Text menu should be taking care of itself (in TextMenus.arc - editable text project, EditableTextLib