Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: Shared/Config.h

Issue 9422198: Exe updater support and bug fixes (Closed)
Patch Set: Created Feb. 28, 2013, 10:37 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « InnoSetup/AdblockPlus.iss ('k') | Shared/PluginClass.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « InnoSetup/AdblockPlus.iss ('k') | Shared/PluginClass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld