From 748f0904a30f86c7a199b2d3f89226604128fbd6 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 24 Jun 1996 08:56:05 +0000 Subject: [PATCH] Corretto 'Collega' git-svn-id: svn://10.65.10.50/trunk@3071 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/sheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sheet.cpp b/include/sheet.cpp index d08ad0c25..9e83d5d54 100755 --- a/include/sheet.cpp +++ b/include/sheet.cpp @@ -827,7 +827,7 @@ bool TSheet::on_key(KEY key) if (id2pos(DLG_NEWREC) >= 0) stop_run(key); break; - case K_CTRL+'G': + case K_CTRL+'C': if (id2pos(DLG_LINK) >= 0) stop_run(key); break;