Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-07-14 16:15:02 +0300
committerallexzander <blackslayer4@gmail.com>2021-07-14 16:15:02 +0300
commit871210326fc08e15a5916722e672b7541b7520a7 (patch)
tree66e2ad7599876ec0299bdd32f7aa149879dd7b21 /shell_integration
parent4342082414c2d2b7e1b4fce40d5ec226221f6b83 (diff)
Windows. Nextcloud Overlay Identifiers. Set 16 spaces before each identifier's name.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/windows/WinShellExt.wxs.in10
-rw-r--r--shell_integration/windows/WinShellExtConstants.h.in10
2 files changed, 10 insertions, 10 deletions
diff --git a/shell_integration/windows/WinShellExt.wxs.in b/shell_integration/windows/WinShellExt.wxs.in
index 9fa9f62cd..f3ad4dd77 100644
--- a/shell_integration/windows/WinShellExt.wxs.in
+++ b/shell_integration/windows/WinShellExt.wxs.in
@@ -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" ?>
diff --git a/shell_integration/windows/WinShellExtConstants.h.in b/shell_integration/windows/WinShellExtConstants.h.in
index 5664bb6ff..b87e7cdab 100644
--- a/shell_integration/windows/WinShellExtConstants.h.in
+++ b/shell_integration/windows/WinShellExtConstants.h.in
@@ -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"