/[gpgoe]/trunk/src/OEDlgEncrypt.c
ViewVC logotype

Diff of /trunk/src/OEDlgEncrypt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15 by twoaday, Fri Apr 7 10:46:41 2006 UTC revision 16 by twoaday, Tue Apr 11 06:56:23 2006 UTC
# Line 170  on_init_dialog (HWND dlg, UINT msg, WPAR Line 170  on_init_dialog (HWND dlg, UINT msg, WPAR
170              SendMessage (lb, LB_ADDSTRING, 0, (LPARAM)(LPCSTR)t->addr);              SendMessage (lb, LB_ADDSTRING, 0, (LPARAM)(LPCSTR)t->addr);
171      }      }
172      SetWindowText (dlg, _("Select Recipient for Encryption"));      SetWindowText (dlg, _("Select Recipient for Encryption"));
173      SetForegroundWindow (dlg);      SetForegroundWindow (dlg);    
174  }  }
175    
176    
# Line 190  encrypt_dlg_proc (HWND dlg, UINT msg, WP Line 190  encrypt_dlg_proc (HWND dlg, UINT msg, WP
190          ctx = (plugin_ctx_t)lparam;          ctx = (plugin_ctx_t)lparam;
191          assert (ctx);          assert (ctx);
192          on_init_dialog (dlg, msg, wparam, lparam);          on_init_dialog (dlg, msg, wparam, lparam);
193            center_window (dlg, ctx->main_wnd);
194          return TRUE;          return TRUE;
195    
196      case WM_NOTIFY:      case WM_NOTIFY:

Legend:
Removed from v.15  
changed lines
  Added in v.16

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26