Skip to content

Commit

Permalink
style: index without tab
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Mar 15, 2024
1 parent 9c1c434 commit 50e8619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openide/awt/Mnemonics.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public static void setMnemonicAndIndex(Object item, char ch, int index, Locale l
// OmegaT tweak
// if we're running on non-MacOSX, we don't set any mnemonics
if (isMacOS() || ch == 0) {
setMnemonic(item, 0);
setMnemonic(item, 0);
setMnemonicIndex(item, -1);
} else {
if ((ch >= 'A' && ch <= 'Z') || (ch >= 'a' && ch <= 'z')
Expand Down

0 comments on commit 50e8619

Please sign in to comment.