summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app.h b/src/app.h
index 0fb6be29..918cd396 100644
--- a/src/app.h
+++ b/src/app.h
@@ -42,7 +42,8 @@ iDeclareType(Visited)
42iDeclareType(Window) 42iDeclareType(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
47enum iAppDeviceType { 48enum iAppDeviceType {
48 desktop_AppDeviceType, 49 desktop_AppDeviceType,