| |
Changeset 64
- Timestamp:
- 02/06/07 04:05:30
(2 years ago)
- Author:
- mike
- Message:
[fix] license updates
[fix] copyright updates
[fix] credits updates
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r63 |
r64 |
|
| | 1 | Q-0.9.0d64 |
|---|
| | 2 | [fix] somewhat smarter update check :) |
|---|
| | 3 | [fix] license updates |
|---|
| | 4 | |
|---|
| 1 | 5 | Q-0.9.0d63 |
|---|
| 2 | 6 | [fix] license updates |
|---|
| r63 |
r64 |
|
| 24 | 24 | |
|---|
| 25 | 25 | <B>Localizations</B><BR> |
|---|
| 26 | | French by Katios<BR> |
|---|
| 27 | | German by cordney* and Mike<BR> |
|---|
| 28 | | Polish by Krzysztof Nadzieja<BR> |
|---|
| | 26 | French by Katios<BR> |
|---|
| | 27 | German by cordney* and Mike<BR> |
|---|
| | 28 | Polish by Krzysztof Nadzieja<BR> |
|---|
| 29 | 29 | <BR> |
|---|
| 30 | 30 | |
|---|
| … | … | |
| 51 | 51 | QEMU is licensed under <A HREF="http://www.qemu.org/license.html">GNU GPL/LGPL</A><BR> |
|---|
| 52 | 52 | Q is licensed under <A HREF="http://www.gnu.org/copyleft/gpl.html">GNU GPL</A><BR> |
|---|
| 53 | | Q artwork is licensed under the <A HREF="http://creativecommons.org/licenses/by-nc-nd/2.5/">by-nc-nd CCL</A> |
|---|
| | 53 | Q artwork is licensed under the <A HREF="http://creativecommons.org/licenses/by-nc-nd/2.5/">by-nc-nd CC</A> |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | </BODY> |
|---|
| r61 |
r64 |
|
| 1566 | 1566 | NSString *ver = [[NSString alloc] initWithBytes:[data bytes] length:[data length] encoding:NSISOLatin1StringEncoding]; |
|---|
| 1567 | 1567 | |
|---|
| 1568 | | if (![ver isEqual:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]]) { |
|---|
| | 1568 | if ([ver compare:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]] == NSOrderedDescending) { |
|---|
| 1569 | 1569 | NSAlert *alert = [NSAlert alertWithMessageText: NSLocalizedStringFromTable(@"URLResourceDidFinishLoading:alertWithMessageText", @"Localizable", @"cocoaControlController") |
|---|
| 1570 | 1570 | defaultButton: NSLocalizedStringFromTable(@"URLResourceDidFinishLoading:defaultButton", @"Localizable", @"cocoaControlController") |
|---|
Download in other formats:
| |