diff options
author | breadcat | 2018-11-06 10:16:22 +0000 |
---|---|---|
committer | breadcat | 2018-11-06 10:16:22 +0000 |
commit | 94dc1ab06305e96a19323e863a35575566f7d175 (patch) | |
tree | 006133047c2eb813f0d2e6063420c7d021c2741f | |
parent | 24b9b41647a52fb93637b562faa06b459861368b (diff) | |
download | ahka-94dc1ab06305e96a19323e863a35575566f7d175.tar.gz ahka-94dc1ab06305e96a19323e863a35575566f7d175.tar.bz2 ahka-94dc1ab06305e96a19323e863a35575566f7d175.zip |
Update for Office 16
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index cbb2b0c..3ab55f3 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -539,7 +539,7 @@ insertSalutation() { workDatFile() {
global firstName
- Send order{Tab 4}`.dat file request{Tab}
+ Send order{Tab 3}`.dat file request{Tab}
insertSalutation()
Send, ,`n`nPlease can I get a .dat file generated for system ID: %clipboard%?`nThe order reference will be:{Space}`n`nRegards,`n%firstName%.{Up 3}{End}
Return
|