summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-01 02:41:19 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-01 20:04:11 +0200
commitfd379bd1a0f8d9932c094f9ddc3cbaf3c120b042 (patch)
tree64493a7d7cef6160c69df6e804c3a0081979bb49 /src/application.h
parentfix Webshortcuts, works with space and colon delimiter (diff)
downloadrekonq-fd379bd1a0f8d9932c094f9ddc3cbaf3c120b042.tar.xz
Fixing a bit enum OpenType names..
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
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
};
}