1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[WindowsJumpList] Add new entry "Open new private window"

Closes #1155
This commit is contained in:
nowrep 2014-01-25 22:06:19 +01:00
parent b6683ab6b9
commit 142407be21
2 changed files with 15 additions and 1 deletions

View File

@ -393,6 +393,10 @@ void QtWin::AddTasksToList(ICustomDestinationList* destinationList)
app_path, "--new-window",
icons_source, 0));
obj_collection->AddObject(CreateShellLink(tr("Open new private window"), tr("Opens a new private window"),
app_path, "--private-browsing",
icons_source, 0));
obj_collection->AddObject(CreateShellLink(tr("Open download manager"), tr("Opens a download manager if browser is running"),
app_path, "--download-manager",
icons_source, 0));

View File

@ -3964,11 +3964,21 @@ Please install latest version of QupZilla.</source>
</message>
<message>
<location filename="../src/lib/3rdparty/qtwin.cpp" line="396"/>
<source>Open download manager</source>
<source>Open new private window</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/lib/3rdparty/qtwin.cpp" line="396"/>
<source>Opens a new private window</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/lib/3rdparty/qtwin.cpp" line="400"/>
<source>Open download manager</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/lib/3rdparty/qtwin.cpp" line="400"/>
<source>Opens a download manager if browser is running</source>
<translation type="unfinished"></translation>
</message>