OLD | NEW |
1 #ifndef _CONFIG_H | 1 #ifndef _CONFIG_H |
2 #define _CONFIG_H | 2 #define _CONFIG_H |
3 | 3 |
4 // ---------------------------------------------------------------------------- | 4 // ---------------------------------------------------------------------------- |
5 // Filter configuration | 5 // Filter configuration |
6 // ---------------------------------------------------------------------------- | 6 // ---------------------------------------------------------------------------- |
7 | 7 |
8 #ifdef NDEBUG | 8 #ifdef NDEBUG |
9 #undef _DEBUG | 9 #undef _DEBUG |
10 #endif | 10 #endif |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 #endif | 297 #endif |
298 | 298 |
299 // Personal filter filename | 299 // Personal filter filename |
300 #ifdef SUPPORT_FILTER | 300 #ifdef SUPPORT_FILTER |
301 #define PERSONAL_FILTER_FILE "filter_personal.txt" | 301 #define PERSONAL_FILTER_FILE "filter_personal.txt" |
302 #define PERSONAL_FILTER_FILE_OLD "easylist_personal.txt" | 302 #define PERSONAL_FILTER_FILE_OLD "easylist_personal.txt" |
303 #endif | 303 #endif |
304 | 304 |
305 // Install MSI filename | 305 // Install MSI filename |
306 #if (defined PRODUCT_ADBLOCKPLUS) | 306 #if (defined PRODUCT_ADBLOCKPLUS) |
307 #define INSTALL_MSI_FILE "simpleadblock.msi" | 307 #define INSTALL_MSI_FILE "adblock.msi" |
| 308 #define INSTALL_EXE_FILE "Setup.exe" |
308 #endif | 309 #endif |
309 | 310 |
310 // Status bar pane name | 311 // Status bar pane name |
311 #if (defined PRODUCT_ADBLOCKPLUS) | 312 #if (defined PRODUCT_ADBLOCKPLUS) |
312 #define STATUSBAR_PANE_NAME "SimpleAdblockStatusBarPane" | 313 #define STATUSBAR_PANE_NAME "SimpleAdblockStatusBarPane" |
313 #endif | 314 #endif |
314 | 315 |
315 // Status bar pane number | 316 // Status bar pane number |
316 #if (defined PRODUCT_ADBLOCKPLUS) | 317 #if (defined PRODUCT_ADBLOCKPLUS) |
317 #define STATUSBAR_PANE_NUMBER 2 | 318 #define STATUSBAR_PANE_NUMBER 2 |
318 #endif | 319 #endif |
319 | 320 |
320 | 321 |
321 | 322 |
322 #endif // _CONFIG_H | 323 #endif // _CONFIG_H |
OLD | NEW |