mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #4359 from hpwamr/Mui_RC
MUI - Add missing "Goto..." in MiniPath menu
This commit is contained in:
commit
718722a52b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="MiniPath"
|
||||
processorArchitecture="*"
|
||||
version="1.0.2.181"
|
||||
version="1.0.2.191"
|
||||
type="win32"
|
||||
/>
|
||||
<description>metapath</description>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REV 2
|
||||
#define VERSION_BUILD 181
|
||||
#define VERSION_BUILD 191
|
||||
|
||||
Loading…
Reference in New Issue
Block a user