Changed order of Render->Star style menu items

pull/110/head
Alexell 2017-03-28 17:37:03 +03:00 committed by Hleb Valoshka
parent a43ae267e3
commit e14647fd27
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored 100644
View File

@ -0,0 +1 @@
*.user

View File

@ -98,8 +98,8 @@ BEGIN
MENUITEM "Auto Magnitude\tCtrl+Y", ID_RENDER_AUTOMAG
POPUP "Star St&yle"
BEGIN
MENUITEM "&Fuzzy Points", ID_RENDER_STARSTYLE_FUZZY, CHECKED
MENUITEM "&Points", ID_RENDER_STARSTYLE_POINTS
MENUITEM "&Fuzzy Points", ID_RENDER_STARSTYLE_FUZZY, CHECKED
MENUITEM "Scaled &Discs", ID_RENDER_STARSTYLE_DISCS
END
POPUP "Star &Color"