mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-12 14:34:12 +02:00
Windows. Nextcloud Overlay Identifiers. Set 16 spaces before each identifier's name.
Signed-off-by: allexzander <blackslayer4@gmail.com>
This commit is contained in:
parent
4342082414
commit
871210326f
shell_integration/windows
@ -42,11 +42,11 @@
|
||||
There is a limit in Windows (oh wonder^^) so that only the first 15 extensions get invoked, this is why to use that dirty little trick to get ahead ;)
|
||||
See: https://docs.microsoft.com/en-us/windows/win32/shell/context-menu-handlers?redirectedfrom=MSDN#employing-the-verb-selection-model
|
||||
-->
|
||||
<?define OverlayNameError = " @APPLICATION_SHORTNAME@Error" ?>
|
||||
<?define OverlayNameOK = " @APPLICATION_SHORTNAME@OK" ?>
|
||||
<?define OverlayNameOKShared = " @APPLICATION_SHORTNAME@OKShared" ?>
|
||||
<?define OverlayNameSync = " @APPLICATION_SHORTNAME@Sync" ?>
|
||||
<?define OverlayNameWarning = " @APPLICATION_SHORTNAME@Warning" ?>
|
||||
<?define OverlayNameError = " @APPLICATION_SHORTNAME@Error" ?>
|
||||
<?define OverlayNameOK = " @APPLICATION_SHORTNAME@OK" ?>
|
||||
<?define OverlayNameOKShared = " @APPLICATION_SHORTNAME@OKShared" ?>
|
||||
<?define OverlayNameSync = " @APPLICATION_SHORTNAME@Sync" ?>
|
||||
<?define OverlayNameWarning = " @APPLICATION_SHORTNAME@Warning" ?>
|
||||
|
||||
<?define OverlayDescription = "@APPLICATION_SHORTNAME@ overlay handler" ?>
|
||||
|
||||
|
@ -35,11 +35,11 @@
|
||||
// There is a limit in Windows (oh wonder^^) so that only the first 15 extensions get invoked, this is why to use that dirty little trick to get ahead ;)
|
||||
// See: https://docs.microsoft.com/en-us/windows/win32/shell/context-menu-handlers?redirectedfrom=MSDN#employing-the-verb-selection-model
|
||||
//
|
||||
#define OVERLAY_NAME_ERROR L" @APPLICATION_SHORTNAME@Error"
|
||||
#define OVERLAY_NAME_OK L" @APPLICATION_SHORTNAME@OK"
|
||||
#define OVERLAY_NAME_OK_SHARED L" @APPLICATION_SHORTNAME@OKShared"
|
||||
#define OVERLAY_NAME_SYNC L" @APPLICATION_SHORTNAME@Sync"
|
||||
#define OVERLAY_NAME_WARNING L" @APPLICATION_SHORTNAME@Warning"
|
||||
#define OVERLAY_NAME_ERROR L" @APPLICATION_SHORTNAME@Error"
|
||||
#define OVERLAY_NAME_OK L" @APPLICATION_SHORTNAME@OK"
|
||||
#define OVERLAY_NAME_OK_SHARED L" @APPLICATION_SHORTNAME@OKShared"
|
||||
#define OVERLAY_NAME_SYNC L" @APPLICATION_SHORTNAME@Sync"
|
||||
#define OVERLAY_NAME_WARNING L" @APPLICATION_SHORTNAME@Warning"
|
||||
|
||||
#define OVERLAY_DESCRIPTION L"@APPLICATION_SHORTNAME@ overlay handler"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user