~neon/kdesdk-thumbnailers/master

« back to all changes in this revision

Viewing changes to po/pocreatorsettings.kcfg

  • Committer: Albert Astals Cid
  • Date: 2013-02-12 21:25:26 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: git-v1:9a443e674fa7c09de411b459465e52def512e276
po -> po_thumbnailer

po is a "reserved" directory name for scripty since in 99.99% of cases
if you have a po folder means you are storing the po in your repo
which is not the correct thing to do. Here is it correct but for the 0.01% of the
cases i'm just renaming the folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
 
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5
 
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6
 
    <kcfgfile name="pocreatorrc"/>
7
 
    <group name="General">
8
 
        <entry name="TranslatedColor" type="Color">
9
 
            <default code="true">Qt::darkGreen</default>
10
 
        </entry>
11
 
        <entry name="FuzzyColor" type="Color">
12
 
            <default code="true">Qt::blue</default>
13
 
        </entry>
14
 
        <entry name="UntranslatedColor" type="Color">
15
 
            <default code="true">Qt::red</default>
16
 
        </entry>
17
 
        <entry name="ObsoletedColor" type="Color">
18
 
            <default code="true">Qt::yellow</default>
19
 
        </entry>
20
 
    </group>
21
 
</kcfg>