summaryrefslogtreecommitdiff
path: root/framework/inc/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/properties.h')
-rw-r--r--framework/inc/properties.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index 5977b7b760bb..b5bcd412f5c6 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -31,6 +31,7 @@ namespace framework{
#define FRAME_PROPNAME_ASCII_LAYOUTMANAGER "LayoutManager"
#define FRAME_PROPNAME_ASCII_TITLE "Title"
#define FRAME_PROPNAME_ASCII_INDICATORINTERCEPTION "IndicatorInterception"
+#define FRAME_PROPNAME_ASCII_URL "URL"
// Please add new entries alphabetical sorted and correct all other handles!
// Start counting with 0, so it can be used as direct index into an array too.
@@ -40,8 +41,9 @@ namespace framework{
#define FRAME_PROPHANDLE_LAYOUTMANAGER 2
#define FRAME_PROPHANDLE_TITLE 3
#define FRAME_PROPHANDLE_INDICATORINTERCEPTION 4
+#define FRAME_PROPHANDLE_URL 5
-#define FRAME_PROPCOUNT 5
+#define FRAME_PROPCOUNT 6
/** properties for "PathSettings" class */