Merge pull request #4359 from hpwamr/Mui_RC

MUI - Add missing "Goto..." in MiniPath menu
This commit is contained in:
Pairi Daiza 2022-12-13 11:06:32 +01:00 committed by GitHub
commit 718722a52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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