Changed the shortcut key of star dust to avoid shortcut key collision with defense.

This commit is contained in:
依瑪貓 2016-11-29 11:19:05 +08:00
parent 3279d34e8b
commit fa28164aa6

View File

@ -110,7 +110,7 @@ Function fnAskParam As aFindIVParam
oTextModel.setPropertyValue ("PositionY", 20)
oTextModel.setPropertyValue ("Height", 12)
oTextModel.setPropertyValue ("Width", 30)
oTextModel.setPropertyValue ("Label", "Star ~dust:")
oTextModel.setPropertyValue ("Label", "S~tar dust:")
oDialogModel.insertByName ("txtStarDust", oTextModel)
' Adds the star dust field.