Huw Davies : oledlg: Add resource ids for the paste special dialog.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 20 04:45:46 CDT 2006


Module: wine
Branch: master
Commit: c3ae917042374a97956f50a2e4a0969c20b4dfec
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c3ae917042374a97956f50a2e4a0969c20b4dfec

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Oct 18 15:13:03 2006 +0100

oledlg: Add resource ids for the paste special dialog.

---

 include/oledlg.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/include/oledlg.h b/include/oledlg.h
index 8002a87..2d95f45 100644
--- a/include/oledlg.h
+++ b/include/oledlg.h
@@ -401,6 +401,27 @@ #define OLEUI_IOERR_ARRLINKTYPESINVALID 
 #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




More information about the wine-cvs mailing list