#103444# Workarround for transex3
This commit is contained in:
parent
f3537ffc15
commit
24159f3c3f
1 changed files with 8 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: smres.src,v $
|
||||
*
|
||||
* $Revision: 1.85 $
|
||||
* $Revision: 1.86 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2002-11-25 15:08:24 $
|
||||
* last change: $Author: ihi $ $Date: 2002-11-27 12:48:20 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -72,7 +72,9 @@
|
|||
#define IMAGE_STDBTN_COLOR_HC IMAGE_STDBTN_COLOR
|
||||
|
||||
#define MN_SUB_TOOLBAR 32
|
||||
|
||||
#define WORKARROUND_1 1
|
||||
#define WORKARROUND_3 3
|
||||
#define WORKARROUND_10 10
|
||||
|
||||
ModalDialog RID_FONTDIALOG
|
||||
{
|
||||
|
@ -4113,7 +4115,7 @@ Menu RID_DISTANCEMENU
|
|||
{
|
||||
MenuItem
|
||||
{
|
||||
Identifier = 1 ;
|
||||
Identifier = WORKARROUND_1 ;
|
||||
Text = "Abstände" ;
|
||||
Text [ ENGLISH ] = "Distances" ;
|
||||
Text [ norwegian ] = "Distances" ;
|
||||
|
@ -4170,7 +4172,7 @@ Menu RID_DISTANCEMENU
|
|||
};
|
||||
MenuItem
|
||||
{
|
||||
Identifier = 3 ;
|
||||
Identifier = WORKARROUND_3 ;
|
||||
Text = "Brüche" ;
|
||||
Text [ ENGLISH ] = "Fractions" ;
|
||||
Text [ norwegian ] = "Fractions" ;
|
||||
|
@ -4367,7 +4369,7 @@ Menu RID_DISTANCEMENU
|
|||
};
|
||||
MenuItem
|
||||
{
|
||||
Identifier = 10 ;
|
||||
Identifier = WORKARROUND_10 ;
|
||||
Text = "Ränder" ;
|
||||
Text [ ENGLISH ] = "Border" ;
|
||||
TEXT[ italian ] = "Margini";
|
||||
|
|
Loading…
Reference in a new issue