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

Diff of /trunk/Src/wptClipImportDlg.cpp

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

revision 33 by twoaday, Mon Oct 24 08:03:48 2005 UTC revision 34 by twoaday, Wed Oct 26 11:20:09 2005 UTC
# Line 82  clip_import_dlg_proc (HWND dlg, UINT msg Line 82  clip_import_dlg_proc (HWND dlg, UINT msg
82            
83      switch( msg ) {      switch( msg ) {
84      case WM_INITDIALOG:      case WM_INITDIALOG:
     #ifndef LANG_DE  
85          SetWindowText (dlg, _("Key Import"));          SetWindowText (dlg, _("Key Import"));
86          SetDlgItemText (dlg, IDC_IMPORT_DOIT, _("&Import"));          SetDlgItemText (dlg, IDC_IMPORT_DOIT, _("&Import"));
87      #endif  
88          rc = implist_build (&lv, GetDlgItem (dlg, IDC_IMPORT_KEYLIST));          rc = implist_build (&lv, GetDlgItem (dlg, IDC_IMPORT_KEYLIST));
89          if (rc)          if (rc)
90              BUG (NULL);              BUG (NULL);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26