mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix extension labels
Thanks to: Paul Chek <pchek@ziplink.net> for the fix
This commit is contained in:
parent
33997423e6
commit
0908487b46
@ -242,7 +242,7 @@ PRIVATE StateToken_t SingleLabel_stateTokens[] = {
|
||||
{"label extension", SubState_A, Punct_LPAREN, 0, "extension", 0, 0, &Extension_targetObject, SubState_N, Command_NONE, 0},
|
||||
{ "label option", SubState_A, Punct_WHITE, &getOption, 0, 0, 0, &SingleLabel_targetObject, SubState_B, Command_NONE, 0},
|
||||
{ "ratingword", SubState_A, Punct_LPAREN, 0, "r", "ratings", 0, &LabelRating_targetObject, SubState_N, Command_NONE, 0},
|
||||
{ "option value", SubState_B, Punct_WHITE, &getOptionValue, 0, 0, 0, &SingleLabel_targetObject, SubState_A, Command_CLOSE, 0}
|
||||
{ "option value", SubState_B, Punct_WHITE, &getOptionValue, 0, 0, 0, &SingleLabel_targetObject, SubState_A, Command_NONE, 0}
|
||||
};
|
||||
|
||||
PRIVATE StateToken_t LabelRating_stateTokens[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user