aboutsummaryrefslogtreecommitdiff
path: root/RadTerminalFrame.cpp
diff options
context:
space:
mode:
authorRadAd <adamgates84+github@gmail.com>2019-07-18 12:58:53 +1000
committerRadAd <adamgates84+github@gmail.com>2019-07-18 12:58:53 +1000
commitd66f640c8122d841ef80bf24b2567392787d18aa (patch)
tree9bfc2bc99ea8f22f3cbeba40f72152ef8c8e905a /RadTerminalFrame.cpp
parent371504f2b4f74e0c9e668465df0897b8c0e40752 (diff)
downloadRadTerminal-d66f640c8122d841ef80bf24b2567392787d18aa.tar.gz
RadTerminal-d66f640c8122d841ef80bf24b2567392787d18aa.zip
Fix up ctrl+c copy
Diffstat (limited to 'RadTerminalFrame.cpp')
-rw-r--r--RadTerminalFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/RadTerminalFrame.cpp b/RadTerminalFrame.cpp
index 0fecff6..58a7563 100644
--- a/RadTerminalFrame.cpp
+++ b/RadTerminalFrame.cpp
@@ -144,7 +144,7 @@ void RadTerminalFrameOnCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
case ID_WINDOW_TILEHORIZONTALLY: TileWindows(hWndMDIClient, MDITILE_HORIZONTAL, nullptr, 0, nullptr); break;
case ID_WINDOW_TILEVERTICALLY: TileWindows(hWndMDIClient, MDITILE_VERTICAL, nullptr, 0, nullptr); break;
- case ID_EDIT_COPY: case ID_EDIT_PASTE:
+ case ID_EDIT_PASTE:
case ID_VIEW_SCROLL_UP: case ID_VIEW_SCROLL_DOWN:
case ID_FILE_CLOSE: FORWARD_WM_COMMAND(GetMDIActive(hWndMDIClient), id, hWndCtl, codeNotify, SendMessage); break;