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

Diff of /trunk/Src/wptClipEditDlg.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 172  clip_edit_dlg_proc (HWND dlg, UINT msg, Line 172  clip_edit_dlg_proc (HWND dlg, UINT msg,
172  {  {
173      switch (msg)  {      switch (msg)  {
174      case WM_INITDIALOG:      case WM_INITDIALOG:
         #ifndef LANG_DE  
175          SetWindowText (dlg, _("Clipboard Editor"));          SetWindowText (dlg, _("Clipboard Editor"));
176          SetDlgItemText (dlg, IDC_CLIPEDIT_SEND, _("&Copy"));          SetDlgItemText (dlg, IDC_CLIPEDIT_SEND, _("&Copy"));
177          SetDlgItemText (dlg, IDC_CLIPEDIT_CLEAR, _("Clea&r"));          SetDlgItemText (dlg, IDC_CLIPEDIT_CLEAR, _("Clea&r"));
178          SetDlgItemText (dlg, IDC_CLIPEDIT_LOAD, _("&Load"));              SetDlgItemText (dlg, IDC_CLIPEDIT_LOAD, _("&Load"));    
179          SetDlgItemText (dlg, IDC_CLIPEDIT_SAVE, _("&Save"));          SetDlgItemText (dlg, IDC_CLIPEDIT_SAVE, _("&Save"));
180          #endif  
181          load_clipboard (dlg);          load_clipboard (dlg);
182          center_window (dlg, NULL);          center_window (dlg, NULL);
183          SetForegroundWindow (dlg);          SetForegroundWindow (dlg);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26