diff options
author | con <qtc-committer@nokia.com> | 2009-07-20 11:14:03 +0200 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2009-07-20 11:14:03 +0200 |
commit | 7d97c5e588d33299da47db1b320c1486a016063f (patch) | |
tree | c09132c0ab34ef4a67bd5d7f59fcf188cba2b633 /src/app | |
parent | 50e96d1c646e9e455a8711e45832aff915025228 (diff) | |
download | qt-creator-7d97c5e588d33299da47db1b320c1486a016063f.tar.gz |
Use pri file icon for pri files.
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/Info.plist b/src/app/Info.plist index 5e1fac5c84..db37f1b65e 100644 --- a/src/app/Info.plist +++ b/src/app/Info.plist @@ -22,7 +22,7 @@ <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleTypeIconFile</key> - <string>profile.icns</string> + <string>prifile.icns</string> <key>CFBundleTypeExtensions</key> <array> <string>pri</string> |