mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[USETUP] Remove redundant TEXT_STYLE_NORMAL flag on empty MUI entry field (#2275)
This commit is contained in:
parent
acec69a1d7
commit
dac560f81a
27 changed files with 27 additions and 27 deletions
|
@ -1335,7 +1335,7 @@ static MUI_ENTRY bgBGFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1325,7 +1325,7 @@ static MUI_ENTRY bnBDFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1333,7 +1333,7 @@ static MUI_ENTRY csCZFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1327,7 +1327,7 @@ static MUI_ENTRY daDKFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1320,7 +1320,7 @@ static MUI_ENTRY deDEFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1342,7 +1342,7 @@ static MUI_ENTRY elGRFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1325,7 +1325,7 @@ static MUI_ENTRY enUSFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1330,7 +1330,7 @@ static MUI_ENTRY esESFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1328,7 +1328,7 @@ static MUI_ENTRY etEEFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1348,7 +1348,7 @@ static MUI_ENTRY frFRFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1329,7 +1329,7 @@ static MUI_ENTRY heILFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1219,7 +1219,7 @@ static MUI_ENTRY huHUFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1331,7 +1331,7 @@ static MUI_ENTRY itITFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1328,7 +1328,7 @@ static MUI_ENTRY jaJPFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1336,7 +1336,7 @@ static MUI_ENTRY ltLTFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1317,7 +1317,7 @@ static MUI_ENTRY msMYFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1340,7 +1340,7 @@ static MUI_ENTRY nlNLFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1330,7 +1330,7 @@ static MUI_ENTRY plPLFormatPartitionEntries[] =
|
|||
0,
|
||||
"ENTER = Kontynuacja F3 = Wyj\230cie",
|
||||
TEXT_TYPE_STATUS | TEXT_PADDING_BIG,
|
||||
TEXT_ID_STATIC
|
||||
0
|
||||
},
|
||||
{
|
||||
0,
|
||||
|
|
|
@ -1336,7 +1336,7 @@ static MUI_ENTRY ptBRFormatPartitionEntries[] =
|
|||
0,
|
||||
"ENTER=Continuar F3=Sair",
|
||||
TEXT_TYPE_STATUS,
|
||||
TEXT_ID_STATIC
|
||||
0
|
||||
},
|
||||
{
|
||||
0,
|
||||
|
|
|
@ -1342,7 +1342,7 @@ static MUI_ENTRY ptPTFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1357,7 +1357,7 @@ static MUI_ENTRY roROFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1348,7 +1348,7 @@ static MUI_ENTRY ruRUFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1334,7 +1334,7 @@ static MUI_ENTRY skSKFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1332,7 +1332,7 @@ static MUI_ENTRY sqALFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1334,7 +1334,7 @@ static MUI_ENTRY svSEFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1309,7 +1309,7 @@ static MUI_ENTRY trTRFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1333,7 +1333,7 @@ static MUI_ENTRY ukUAFormatPartitionEntries[] =
|
|||
0,
|
||||
0,
|
||||
NULL,
|
||||
TEXT_STYLE_NORMAL
|
||||
0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue