MUI - Add missing "Goto..." in MiniPath menu

This commit is contained in:
Pairi Daiza 2022-12-13 11:05:32 +01:00
parent 75f6ae34e6
commit d1677f4e49
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
4 changed files with 4 additions and 2 deletions

View File

@ -96,6 +96,7 @@ BEGIN
MENUITEM "&Umgekehrt", IDM_SORT_REVERSE
END
MENUITEM SEPARATOR
MENUITEM "Ge&he zu...", IDM_FILE_GOTO
MENUITEM "&Gehe zu Favoriten", IDM_VIEW_FAVORITES
MENUITEM "&Bearbeite Favoriten", IDM_VIEW_EDITFAVORITES
MENUITEM "&Verzeichnis...", IDM_FILE_CHANGEDIR

View File

@ -96,6 +96,7 @@ BEGIN
MENUITEM "&Reverse", IDM_SORT_REVERSE
END
MENUITEM SEPARATOR
MENUITEM "Go&to...", IDM_FILE_GOTO
MENUITEM "&Goto Favorites", IDM_VIEW_FAVORITES
MENUITEM "&Edit Favorites", IDM_VIEW_EDITFAVORITES
MENUITEM "&Directory...", IDM_FILE_CHANGEDIR

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="MiniPath"
processorArchitecture="*"
version="1.0.2.181"
version="1.0.2.191"
type="win32"
/>
<description>metapath</description>

View File

@ -2,4 +2,4 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_REV 2
#define VERSION_BUILD 181
#define VERSION_BUILD 191