~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/dolphin/src/search/dolphin_searchsettings.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 13:28:20 UTC
  • mto: This revision was merged to the branch mainline in revision 258.
  • Revision ID: james.westby@ubuntu.com-20091202132820-tpxn348l9frx5zd5
Tags: upstream-4.3.80
ImportĀ upstreamĀ versionĀ 4.3.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
 
3
<kcfg>
 
4
    <kcfgfile name="dolphinrc"/>
 
5
    <group name="Search">
 
6
        <entry name="Location" type="String">
 
7
            <label>Location</label>
 
8
            <default>Everywhere</default>
 
9
        </entry>
 
10
        <entry name="What" type="String">
 
11
            <label>What</label>
 
12
            <default>All</default>
 
13
        </entry>
 
14
        <entry name="Criteria" type="String">
 
15
            <label>Criteria</label>
 
16
            <default></default>
 
17
        </entry>
 
18
    </group>
 
19
</kcfg>