diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-14 20:03:24 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-14 20:03:24 +0000 |
commit | 7ba05df676e8c10f9dc5d4f2341bd1b07e4356bc (patch) | |
tree | de9ee7d56e60f230e4127477e35e4bee357bacba /plugins/SendScreenshotPlus | |
parent | 96882781656eb2ec3f4c643f14a4d218a8c59301 (diff) |
fixed the text in the About Dialog (fixes #177)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index c52b467e53..a2180c615a 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -169,6 +169,15 @@ IDI_PLUG_DELON ICON "ssDelOn.ico" IDB_Bmp1 BITMAP "UEditForm_nvr_1.bmp"
IDB_Bmp2 BITMAP "UEditForm_nvr_2.bmp"
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXT
+//
+
+IDR_CREDIT TEXT "..\docs\credits.txt"
+IDR_LICENSE TEXT "..\docs\license.txt"
+
+
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|