From c3ae917042374a97956f50a2e4a0969c20b4dfec Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Wed, 18 Oct 2006 15:13:03 +0100 Subject: [PATCH] oledlg: Add resource ids for the paste special dialog. --- include/oledlg.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/include/oledlg.h b/include/oledlg.h index 8002a87ecc3..2d95f452e2c 100644 --- a/include/oledlg.h +++ b/include/oledlg.h @@ -401,6 +401,27 @@ DECL_WINELIB_TYPE_AW(LPOLEUIPASTESPECIAL) #define OLEUI_PSERR_CLIPBOARDCHANGED (OLEUI_ERR_STANDARDMAX+3) #define OLEUI_PSERR_GETCLIPBOARDFAILED (OLEUI_ERR_STANDARDMAX+4) +/* Paste Special dialog resource ids */ +#define IDD_PASTESPECIAL 1003 +#define IDD_PASTESPECIAL4 1108 + +/* Paste Special dialog control ids */ +#define IDC_PS_PASTE 500 +#define IDC_PS_PASTELINK 501 +#define IDC_PS_SOURCETEXT 502 +#define IDC_PS_PASTELIST 503 +#define IDC_PS_PASTELINKLIST 504 +#define IDC_PS_DISPLAYLIST 505 +#define IDC_PS_DISPLAYASICON 506 +#define IDC_PS_ICONDISPLAY 507 +#define IDC_PS_CHANGEICON 508 +#define IDC_PS_RESULTIMAGE 509 +#define IDC_PS_RESULTTEXT 510 + +/***************************************************************************** + * EDIT LINKS DIALOG + */ + #define ELF_SHOWHELP 0x00000001L #define ELF_DISABLEUPDATENOW 0x00000002L #define ELF_DISABLEOPENSOURCE 0x00000004L -- 2.11.4.GIT