diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 13:39:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 14:54:03 +0000 |
commit | 8c041824b67caa53d3f7f96803b7a69ced6614b5 (patch) | |
tree | 132a39fb17b2c892f6d564b04034a009c76fd540 /basctl | |
parent | 83078214196b071cf1d8e5796803b6ebc1bc9de4 (diff) |
all these ids and their associated resources were unnecessary
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/basidesh.hrc | 2 | ||||
-rw-r--r-- | basctl/source/basicide/basidesh.src | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc index d6cf84dcabb8..3403c7902aa7 100644 --- a/basctl/inc/basidesh.hrc +++ b/basctl/inc/basidesh.hrc @@ -52,7 +52,7 @@ #define RID_STR_FILTER_ALLFILES ( RID_BASICIDE_START + 4 ) // free #define RID_STR_CANNOTCLOSE ( RID_BASICIDE_START + 13 ) -#define RID_STR_IDENAME ( RID_BASICIDE_START + 14 ) +// free #define RID_STR_INITIDE ( RID_BASICIDE_START + 15 ) #define RID_STR_STACKNAME ( RID_BASICIDE_START + 16 ) #define RID_STR_WATCHNAME ( RID_BASICIDE_START + 17 ) diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index 3875f5b3ceb6..85bb35a860a0 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -26,10 +26,6 @@ #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; -String RID_STR_IDENAME -{ - Text = "BasicIDE" ; -}; String RID_STR_FILTER_ALLFILES { Text [ en-US ] = "<All>" ; |