/[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 27 by twoaday, Tue Oct 18 07:57:13 2005 UTC revision 28 by twoaday, Thu Oct 20 12:35:59 2005 UTC
# Line 201  keyprops_dlg_proc (HWND dlg, UINT msg, W Line 201  keyprops_dlg_proc (HWND dlg, UINT msg, W
201      switch (msg) {      switch (msg) {
202      case WM_INITDIALOG:      case WM_INITDIALOG:
203          if (!lparam)          if (!lparam)
204              dlg_fatal_error( dlg, "Could not get dialog param!" );              dlg_fatal_error (dlg, "Could not get dialog param!");
205          k = (winpt_key_t)lparam;          k = (winpt_key_t)lparam;
206          #ifndef LANG_DE          #ifndef LANG_DE
207          SetWindowText( dlg, _("Key Properties") );          SetWindowText( dlg, _("Key Properties") );

Legend:
Removed from v.27  
changed lines
  Added in v.28

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26