diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-30 14:52:45 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-30 14:52:45 -0500 |
commit | 3eb197fe0f6062c85b019575e2ff41f6ec510230 (patch) | |
tree | 52fdb060bc9c2bd6527bdc1285f4e0f970c0022d | |
parent | dff3ae7730d78c71eced44646ef21afa49ac5732 (diff) | |
download | goexec-3eb197fe0f6062c85b019575e2ff41f6ec510230.tar.gz goexec-3eb197fe0f6062c85b019575e2ff41f6ec510230.zip |
Tweaks to shellbrowserwindow.go
-rw-r--r-- | pkg/goexec/dcom/shellbrowserwindow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/goexec/dcom/shellbrowserwindow.go b/pkg/goexec/dcom/shellbrowserwindow.go index 0825250..4d1bcf7 100644 --- a/pkg/goexec/dcom/shellbrowserwindow.go +++ b/pkg/goexec/dcom/shellbrowserwindow.go @@ -8,7 +8,7 @@ import ( ) const ( - MethodShellBrowserWindow = "ShellBrowserWindow" // MMC20.Application::Document.ActiveView.ExecuteShellCommand + MethodShellBrowserWindow = "ShellBrowserWindow" // ShellBrowserWindow::Document.Application.ShellExecute ) type DcomShellBrowserWindow struct { |