Ticket #663: padre-rc.h
| File padre-rc.h, 465 bytes (added by dolmen, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | /** |
| 2 | # Copyright 2009 The Padre development team as listed in Padre.pm. |
| 3 | # LICENSE |
| 4 | # This program is free software; you can redistribute it and/or |
| 5 | # modify it under the same terms as Perl 5 itself. |
| 6 | */ |
| 7 | /** |
| 8 | * @author Olivier Mengué <dolmen@cpan.org> |
| 9 | */ |
| 10 | |
| 11 | #include <windef.h> |
| 12 | #include <winuser.h> |
| 13 | |
| 14 | #define IDI_APP 101 |
| 15 | |
| 16 | #define IDS_APP_TITLE 110 |
| 17 | #define IDS_ERR_WPERL 111 |
| 18 | #define IDS_ERR_SCRIPT 112 |
| 19 | #define IDS_ERR_RUN 113 |
