Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ahom_star] bug: Start Menu entries have name "(new)" #2279

Closed
mcdurdin opened this issue Jul 5, 2023 · 0 comments · Fixed by #2285
Closed

[ahom_star] bug: Start Menu entries have name "(new)" #2279

mcdurdin opened this issue Jul 5, 2023 · 0 comments · Fixed by #2285
Labels

Comments

@mcdurdin
Copy link
Member

mcdurdin commented Jul 5, 2023

The start menu entries in ahom_star.kps have the name "(new)" and the .kvk is not really a valid start menu item anyway. Suggest removing Start Menu altogether as neither of these items are very useful.

    <Items>
      <Item>
        <Name>(new)</Name>
        <FileName>(Product Configuration)</FileName>
        <Arguments>shom_star</Arguments>
        <Icon></Icon>
        <Location>psmelStartMenu</Location>
      </Item>
      <Item>
        <Name>(new)</Name>
        <FileName>Ahom_star.kvk</FileName>
        <Arguments>Ahom fonts</Arguments>
        <Icon></Icon>
        <Location>psmelStartMenu</Location>
      </Item>
    </Items>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant