diff options
author | jutaipal <juhani.taipale@digia.com> | 2012-10-09 10:25:52 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-14 01:41:49 (GMT) |
commit | 3fbc68b372741d04f477915bb09efbd2a277a570 (patch) | |
tree | 46cc2889800d5647a5b91a0b73a3a6267b2bd2ef /tools/designer | |
parent | c680ca946be60ce9c2629a3fef62c5a29407b355 (diff) | |
download | Qt-3fbc68b372741d04f477915bb09efbd2a277a570.zip Qt-3fbc68b372741d04f477915bb09efbd2a277a570.tar.gz Qt-3fbc68b372741d04f477915bb09efbd2a277a570.tar.bz2 |
More copyright changes to Digia Plc in translations and tools
Change-Id: Idb88b4e72548dfa641c6b8ce78a661fa61757ad0
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tools/designer')
-rw-r--r-- | tools/designer/src/designer/Info_mac.plist | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tools/designer/src/designer/Info_mac.plist b/tools/designer/src/designer/Info_mac.plist index f19176f..8cfaced 100644 --- a/tools/designer/src/designer/Info_mac.plist +++ b/tools/designer/src/designer/Info_mac.plist @@ -2,34 +2,34 @@ <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> - <key>CFBundleIconFile</key> - <string>@ICON@</string> - <key>CFBundlePackageType</key> - <string>APPL</string> + <key>CFBundleIconFile</key> + <string>@ICON@</string> + <key>CFBundlePackageType</key> + <string>APPL</string> <key>CFBundleGetInfoString</key> - <string>Created by Qt/QMake</string> - <key>CFBundleIdentifier</key> - <string>com.trolltech.Designer</string> - <key>CFBundleSignature</key> - <string>ttxt</string> - <key>CFBundleExecutable</key> - <string>@EXECUTABLE@</string> - <key>CFBundleDocumentTypes</key> + <string>Created by Qt/QMake</string> + <key>CFBundleIdentifier</key> + <string>com.trolltech.Designer</string> + <key>CFBundleSignature</key> + <string>ttxt</string> + <key>CFBundleExecutable</key> + <string>@EXECUTABLE@</string> + <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>ui</string> </array> - <key>CFBundleTypeIconFile</key> - <string>uifile.icns</string> + <key>CFBundleTypeIconFile</key> + <string>uifile.icns</string> <key>CFBundleTypeRole</key> <string>Editor</string> <key>LSIsAppleDefaultForType</key> <true/> </dict> </array> - <key>NOTE</key> - <string>Qt/Designer by Nokia Corporation and/or its subsidiary(-ies)</string> + <key>NOTE</key> + <string>Qt/Designer by Digia Plc and/or its subsidiary(-ies)</string> </dict> </plist> |