author | Michael Krelin <hacker@klever.net> | 2004-11-03 21:50:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-11-03 21:50:28 (UTC) |
commit | 5f552506513653f08acc6921b8c158489a7ebbbb (patch) (unidiff) | |
tree | 74ab06cf90c488915b87f48e74359554521cbec9 /resource.h | |
parent | 4435ed85c3acb4df42135e009b133fb8e9d2f09c (diff) | |
download | pumpkin-5f552506513653f08acc6921b8c158489a7ebbbb.zip pumpkin-5f552506513653f08acc6921b8c158489a7ebbbb.tar.gz pumpkin-5f552506513653f08acc6921b8c158489a7ebbbb.tar.bz2 |
Added dialog box in case we can't bind listening socket.
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@47 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,32 +65,33 @@ | |||
65 | #define IDR_WAVE_ABORTED 142 | 65 | #define IDR_WAVE_ABORTED 142 |
66 | #define IDS_LOGTIMEFORMAT 143 | 66 | #define IDS_LOGTIMEFORMAT 143 |
67 | #define IDS_DROPFILES_TITLE 144 | 67 | #define IDS_DROPFILES_TITLE 144 |
68 | #define IDS_NOMULTIPLEDROP_TEXT 145 | 68 | #define IDS_NOMULTIPLEDROP_TEXT 145 |
69 | #define IDI_BROWSE 145 | 69 | #define IDI_BROWSE 145 |
70 | #define IDS_LOG_REQUESTING 146 | 70 | #define IDS_LOG_REQUESTING 146 |
71 | #define IDS_LOG_SENDING 147 | 71 | #define IDS_LOG_SENDING 147 |
72 | #define IDS_WTALKAT 148 | 72 | #define IDS_WTALKAT 148 |
73 | #define IDS_OTALXAT 149 | 73 | #define IDS_OTALXAT 149 |
74 | #define IDI_PLAY 149 | 74 | #define IDI_PLAY 149 |
75 | #define IDS_TFTP_ERROR_TSIZE 150 | 75 | #define IDS_TFTP_ERROR_TSIZE 150 |
76 | #define IDS_TFTP_ERROR_BSIZE 151 | 76 | #define IDS_TFTP_ERROR_BSIZE 151 |
77 | #define IDS_TFTP_ERROR_TOUT 152 | 77 | #define IDS_TFTP_ERROR_TOUT 152 |
78 | #define IDS_SELECT_TFTPROOT 153 | 78 | #define IDS_SELECT_TFTPROOT 153 |
79 | #define IDS_FILTER_WAV 154 | 79 | #define IDS_FILTER_WAV 154 |
80 | #define IDS_TITLE_WAV 155 | 80 | #define IDS_TITLE_WAV 155 |
81 | #define IDS_BOX_CANTBIND 156 | ||
81 | #define IDC_KLEVERNET 1000 | 82 | #define IDC_KLEVERNET 1000 |
82 | #define IDC_CONNECTIONS 1001 | 83 | #define IDC_CONNECTIONS 1001 |
83 | #define IDC_LOG 1003 | 84 | #define IDC_LOG 1003 |
84 | #define IDC_GET 1004 | 85 | #define IDC_GET 1004 |
85 | #define IDC_PUT 1005 | 86 | #define IDC_PUT 1005 |
86 | #define IDC_ABORT 1006 | 87 | #define IDC_ABORT 1006 |
87 | #define IDC_EXIT 1007 | 88 | #define IDC_EXIT 1007 |
88 | #define IDC_TFTPROOT 1008 | 89 | #define IDC_TFTPROOT 1008 |
89 | #define IDC_TFTPSUBDIRS 1009 | 90 | #define IDC_TFTPSUBDIRS 1009 |
90 | #define IDC_RRQ_GIVEALL 1010 | 91 | #define IDC_RRQ_GIVEALL 1010 |
91 | #define IDC_RRQ_ALWAYSCONFIRM 1011 | 92 | #define IDC_RRQ_ALWAYSCONFIRM 1011 |
92 | #define IDC_RRQ_DENYALL 1012 | 93 | #define IDC_RRQ_DENYALL 1012 |
93 | #define IDC_WRQ_TAKEALL 1013 | 94 | #define IDC_WRQ_TAKEALL 1013 |
94 | #define IDC_WRQ_PROMPTEXISTING 1014 | 95 | #define IDC_WRQ_PROMPTEXISTING 1014 |
95 | #define IDC_WRQ_ALWAYSCONFIRM 1015 | 96 | #define IDC_WRQ_ALWAYSCONFIRM 1015 |
96 | #define IDC_WRQ_DENYALL 1016 | 97 | #define IDC_WRQ_DENYALL 1016 |