diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:41:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 20:04:11 +0200 |
commit | fd379bd1a0f8d9932c094f9ddc3cbaf3c120b042 (patch) | |
tree | 64493a7d7cef6160c69df6e804c3a0081979bb49 /src/application.h | |
parent | fix Webshortcuts, works with space and colon delimiter (diff) | |
download | rekonq-fd379bd1a0f8d9932c094f9ddc3cbaf3c120b042.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 }; } |