Last change
on this file was
11798,
checked in by westram, 11 years ago
|
- reintegrates 'macros' into 'trunk'
- fixes #485
- implements #455
- allow reverse sorting of species entries (-order)
- adds:
|
File size:
968 bytes
|
Line | |
---|
1 | // ============================================================= // |
---|
2 | // // |
---|
3 | // File : macros_local.hxx // |
---|
4 | // Purpose : local definitions // |
---|
5 | // // |
---|
6 | // Coded by Ralf Westram (coder@reallysoft.de) in March 2014 // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // ============================================================= // |
---|
10 | |
---|
11 | #ifndef MACROS_LOCAL_HXX |
---|
12 | #define MACROS_LOCAL_HXX |
---|
13 | |
---|
14 | #define MACRO_WINDOW_ID "MACROS" |
---|
15 | |
---|
16 | #define MACRO_RECORD_ID "macro_record" |
---|
17 | #define MACRO_PLAYBACK_ID "macro_playback" |
---|
18 | #define MACRO_PLAYBACK_MARKED_ID "macro_playback_with_marked" |
---|
19 | |
---|
20 | #define AWAR_MACRO_BASE "tmp/macro" |
---|
21 | |
---|
22 | #else |
---|
23 | #error macros_local.hxx included twice |
---|
24 | #endif // MACROS_LOCAL_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.