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

Diff of /trunk/Src/wptClipSignDlg.cpp

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

revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC revision 34 by twoaday, Wed Oct 26 11:20:09 2005 UTC
# Line 136  clip_sign_dlg_proc (HWND dlg, UINT msg, Line 136  clip_sign_dlg_proc (HWND dlg, UINT msg,
136            
137      switch( msg ) {      switch( msg ) {
138      case WM_INITDIALOG:      case WM_INITDIALOG:
139      #ifndef LANG_DE          SetWindowText (dlg, _("Signing"));
140          SetWindowText( dlg, _("Signing") );  
     #endif  
141          kc = keycache_get_ctx (KEYCACHE_PUB);          kc = keycache_get_ctx (KEYCACHE_PUB);
142          if (!kc)          if (!kc)
143              BUG( NULL );              BUG( NULL );

Legend:
Removed from v.32  
changed lines
  Added in v.34

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26