32 |
#include "wptNLS.h" |
#include "wptNLS.h" |
33 |
#include "resource.h" |
#include "resource.h" |
34 |
|
|
35 |
|
#ifdef _MSC_VER |
36 |
|
#include "winpt_header.h" |
37 |
|
|
38 |
|
static DWORD help_arr[] = { |
39 |
|
IDC_CLIPEDIT_SEND, WPT_CLIPEDIT_COPY, |
40 |
|
IDC_CLIPEDIT_CLEAR, WPT_CLIPEDIT_CLEAR, |
41 |
|
IDC_CLIPEDIT_LOAD, WPT_CLIPEDIT_LOAD, |
42 |
|
IDC_CLIPEDIT_SAVE, WPT_CLIPEDIT_SAVE, |
43 |
|
IDC_CLIPEDIT_QUOTE, WPT_CLIPEDIT_QUOTE, |
44 |
|
0, 0 |
45 |
|
}; |
46 |
|
#endif |
47 |
|
|
48 |
/* Load the clipboard contents into the text field in @dlg. |
/* Load the clipboard contents into the text field in @dlg. |
49 |
Return value: 0 on success. */ |
Return value: 0 on success. */ |