uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref2/TestUpdatingRlsFiles2.rss
equal
deleted
inserted
replaced
|
1 #include <arrayheader.rh> |
|
2 #ifdef LANGUAGE_10 |
|
3 #include "TestUpdatingRlsFiles2_10.rls" |
|
4 #endif |
|
5 #ifdef LANGUAGE_16 |
|
6 #include "TestUpdatingRlsFiles2_16.rls" |
|
7 #endif |
|
8 |
|
9 /* where is this used? */ |
|
10 #define MACRO_1 "A macro value" |
|
11 |
|
12 #define MACRO_2 "Not another \"macro\"" |
|
13 |
|
14 RESOURCE STRING_LIST r_test_array_of_strings |
|
15 { |
|
16 strings = |
|
17 { |
|
18 LBUF |
|
19 { |
|
20 txt = STR_1; |
|
21 }, |
|
22 LBUF |
|
23 { |
|
24 txt = STR_10; |
|
25 } |
|
26 }; |
|
27 } |