diff options
author | matgic78 <matgic78@gmail.com> | 2010-04-02 19:06:26 +0200 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-04-05 11:28:01 +0200 |
commit | b4f7463d6f4c760d4bab84fd3b4c8ac71b228ae3 (patch) | |
tree | d3f9b5bf86e9da0582fc5ba38b8e31f03bf2976e /src/cleardata.ui | |
parent | This commit is the first implementation of a new new new urlbar (diff) | |
download | rekonq-b4f7463d6f4c760d4bab84fd3b4c8ac71b228ae3.tar.xz |
Clear downloads in "clear private data" dialog
Diffstat (limited to 'src/cleardata.ui')
-rw-r--r-- | src/cleardata.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/cleardata.ui b/src/cleardata.ui index b70d3b5a..7de7543f 100644 --- a/src/cleardata.ui +++ b/src/cleardata.ui @@ -24,7 +24,17 @@ <item> <widget class="QCheckBox" name="clearHistory"> <property name="text"> - <string>History</string> + <string>Visited pages history</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="clearDownloads"> + <property name="text"> + <string>Downloads history</string> </property> <property name="checked"> <bool>true</bool> |