home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 565 b | 27 lines | [TEXT/MPS ] |
- // File: TblStrs.fr
- //
- // Contains: String resources for ODFTable
- //
- // Written by: Henri Lamiraux
- //
- // Copyright: © 1993-1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef TBLDEF_H
- #include "TblDef.h"
- #endif
-
- //----------------------------------------------------------------------------
- // Strings for Menu
- //----------------------------------------------------------------------------
- resource FW_kMULTISTRING (kMenuStrings)
- {
- kTableStr, "Table";
- kHideGridStr, "Run";
- kShowGridStr, "Edit";
- }
-
-