summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/mir_icolib.h
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-04-11 17:11:23 +0000
committerRené Schümann <white06tiger@gmail.com>2014-04-11 17:11:23 +0000
commit99e1f60a6570c12fd02a9a2ebe8915680d2bfcec (patch)
tree847576f3018a23689c951734200c58707d116825 /plugins/SendScreenshotPlus/src/mir_icolib.h
parente80eac0d78daff0f041078d21218850f31c5315e (diff)
SendSS:
*+ improved "Result"-Dialog (resource.rc/h, CSend, mir_icolib) added thumbnail link added copy buttons w/ images (copy raw, BBCode image, BBCode image with link) also improved handling. Now plays sound before dialog opens (was on close before) * CSend got new member variables. m_URL and m_URLthumb to hold image URLs (used by FTP,HTTP and ImageShack as of now) - removed m_URL and similar from CSendFTPFile and CSendHTTPServer git-svn-id: http://svn.miranda-ng.org/main/trunk@8957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/mir_icolib.h')
-rw-r--r--plugins/SendScreenshotPlus/src/mir_icolib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/mir_icolib.h b/plugins/SendScreenshotPlus/src/mir_icolib.h
index bd026b3875..3176047f3d 100644
--- a/plugins/SendScreenshotPlus/src/mir_icolib.h
+++ b/plugins/SendScreenshotPlus/src/mir_icolib.h
@@ -48,7 +48,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define ICO_BTN_OK MODNAME"_plug_ok"
#define ICO_BTN_CANCEL MODNAME"_plug_cancel"
//#define ICO_BTN_APPLY MODNAME"_plug_apply"
-#define ICO_BTN_EDIT MODNAME"_plug_edit"
+//#define ICO_BTN_EDIT MODNAME"_plug_edit"
+#define ICO_BTN_COPY MODNAME"_plug_copy"
+#define ICO_BTN_BBC MODNAME"_plug_bbc"
+#define ICO_BTN_BBC2 MODNAME"_plug_bbclnk"
#define ICO_BTN_DOWNARROW MODNAME"_plug_downarrow"
//#define ICO_BTN_OVERLAYOFF MODNAME"_plug_SSOverlayOff"