/[winpt]/trunk/Src/wptKeyPropsDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyPropsDlg.cpp

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

revision 366 by twoaday, Tue Dec 6 12:32:08 2011 UTC revision 392 by twoaday, Sun Jan 15 18:05:11 2012 UTC
# Line 245  on_init_dialog (HWND dlg, WPARAM wparam, Line 245  on_init_dialog (HWND dlg, WPARAM wparam,
245    
246      StringBuffer s = _("Key Properties");      StringBuffer s = _("Key Properties");
247      if (k->ext->key->revoked)      if (k->ext->key->revoked)
248          s += " - REVOKED KEY";          s = s + " - " + _("REVOKED KEY");
249            
250      SetWindowText (dlg, s.getBuffer());      SetWindowText (dlg, s.getBuffer());
251      SetDlgItemText (dlg, IDC_KEYPROPS_OT_CHANGE, _("&Change"));      SetDlgItemText (dlg, IDC_KEYPROPS_OT_CHANGE, _("&Change"));

Legend:
Removed from v.366  
changed lines
  Added in v.392

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26