summaryrefslogtreecommitdiff
path: root/new_gpg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'new_gpg.rc')
-rw-r--r--new_gpg.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/new_gpg.rc b/new_gpg.rc
index 5683857..3910dc8 100644
--- a/new_gpg.rc
+++ b/new_gpg.rc
@@ -164,7 +164,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
PUSHBUTTON "Import",IDC_IMPORT,15,56,50,14
LTEXT "Select keyserver for key search:",IDC_STATIC,16,20,122,8
- COMBOBOX IDC_LEYSERVER,15,34,125,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_KEYSERVER,15,34,125,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END