diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:41:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:41:19 +0200 |
commit | b655bfc489dc6d59f6ab751470bb354e96571b01 (patch) | |
tree | 710bb0ebefc3cc1509a2ea31370ea323419283d6 /src/application.h | |
parent | Some comments updated (diff) | |
download | rekonq-b655bfc489dc6d59f6ab751470bb354e96571b01.tar.xz |
Fixing a bit enum OpenType names..
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h index 615bfe6b..e5637c90 100644 --- a/src/application.h +++ b/src/application.h @@ -69,8 +69,8 @@ namespace Rekonq { CurrentTab, ///< open url in current tab SettingOpenTab, ///< open url according to users settings - NewTab, ///< open url in new tab and make it current - BackgroundTab ///< open url in new tab in background + NewCurrentTab, ///< open url in new tab and make it current + NewBackTab ///< open url in new tab in background }; } |