Skip to content

Commit 624c79c

Browse files
authored
Fix LT-22192: Put default menu item first in Interlinear Mode menu (#407)
1 parent dbe9a3e commit 624c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DistFiles/Language Explorer/Configuration/Words/areaConfiguration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
<item command="CmdChooseHCParser"/>
294294
</menu>
295295
<menu id="ChooseModeMenu" label="Interlinear Mode">
296-
<item command="CmdParsingDevelopmentMode"/>
297296
<item command="CmdTextGlossingMode"/>
297+
<item command="CmdParsingDevelopmentMode"/>
298298
</menu>
299299
<item command="CmdEditParserParameters"/>
300300
</menu>

0 commit comments

Comments
 (0)