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); |