diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-20 22:54:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-20 22:54:21 +0100 |
commit | a6ef003dd4c1b6ad08eca4f5adaa4679bbc20bce (patch) | |
tree | f8a2aa5daa3e9e68984308a1cb891cc1bd4e3675 /src/settings | |
parent | NewTabPage: clean API (diff) | |
download | rekonq-a6ef003dd4c1b6ad08eca4f5adaa4679bbc20bce.tar.xz |
Downloads Page
This commit implements the downloads history page.
While it is in an horrible shape, its slots seem working well
It needs just some love..
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/settings_general.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/settings/settings_general.ui b/src/settings/settings_general.ui index a4503d4a..98a56591 100644 --- a/src/settings/settings_general.ui +++ b/src/settings/settings_general.ui @@ -262,6 +262,11 @@ <string>History</string> </property> </item> + <item> + <property name="text"> + <string>Downloads</string> + </property> + </item> </widget> </item> </layout> @@ -284,7 +289,7 @@ <widget class="QCheckBox" name="kcfg_kgetList"> <property name="whatsThis"> <string>If enabled, rekonq will display an additional context menu entry, which, when selected, lists all available links of the current website in KGet.</string> - </property> + </property> <property name="text"> <string>List links with KGet</string> </property> |