home *** CD-ROM | disk | FTP | other *** search
- #ifndef CCDTRAYSTRINGS_H
- #define CCDTRAYSTRINGS_H
-
- #define IDS_TABLE_START 1
-
- #define IDS_START_CLONECD 1
- #define IDS_CLOAK_CDR 2
- #define IDS_HELP 3
- #define IDS_AUTOSTART 4
- #define IDS_EXIT 5
- #define IDS_HOMEPAGE 6
-
- #define IDS_ASK_AUTOSTART 7
- #define IDS_ASK_EXIT 8
-
- #define IDS_TRAY_APP_NAME 9
- #define IDS_HOMEPAGE_URL 10
-
- #define IDS_TABLE_END 10
-
-
-
- #define IDS_TABLE_SIZE (IDS_TABLE_END-IDS_TABLE_START+1)
-
-
- #endif /* CCDTRAYSTRINGS */
-