diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:48:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:48:41 +0200 |
commit | 1e32755e0c8caa5be6c12dd6675a477e5dae9155 (patch) | |
tree | 561740ef6654371d458d8a6140e6975b11d521c6 /src/application.h | |
parent | Improving Multi Windows implementation (diff) | |
download | rekonq-1e32755e0c8caa5be6c12dd6675a477e5dae9155.tar.xz |
Open in new Window Action
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 14e4c1f6..60aec259 100644 --- a/src/application.h +++ b/src/application.h @@ -78,7 +78,8 @@ namespace Rekonq CurrentTab, ///< open url in current tab SettingOpenTab, ///< open url according to users settings NewCurrentTab, ///< open url in new tab and make it current - NewBackTab ///< open url in new tab in background + NewBackTab, ///< open url in new tab in background + NewWindow ///< open url in new window }; } |