From b655bfc489dc6d59f6ab751470bb354e96571b01 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 1 Aug 2009 02:41:19 +0200 Subject: Fixing a bit enum OpenType names.. --- src/application.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/application.h') 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 }; } -- cgit v1.2.1