diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ iDeclareType(Visited) | |||
42 | iDeclareType(Window) | 42 | iDeclareType(Window) |
43 | 43 | ||
44 | /* Command line options strings. */ | 44 | /* Command line options strings. */ |
45 | #define listTabUrls_CommandLineOption "list-tab-urls;L" | 45 | #define listTabUrls_CommandLineOption "list-tab-urls;L" |
46 | #define openUrlOrSearch_CommandLineOption "url-or-search;u" | ||
46 | 47 | ||
47 | enum iAppDeviceType { | 48 | enum iAppDeviceType { |
48 | desktop_AppDeviceType, | 49 | desktop_AppDeviceType, |