Skip to content

Commit 2e349f6

Browse files
committed
Revert "Merge pull request Whisky-App#11 from MythicApp/revert-8-feat/icon-title-patch-mythic"
This reverts commit 748153b, reversing changes made to cc43add.
1 parent 34933d0 commit 2e349f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dlls/winemac.drv/cocoa_app.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ enum {
6767
};
6868

6969
/* Whisky hack #9 */
70-
#define kAppNameText @"%@ (Whi" \
71-
@"sky)"
70+
#define kAppNameText @"%@ (Myt" \
71+
@"hic)"
7272

7373

7474
@class WineEventQueue;

dlls/winemac.drv/cocoa_app.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ - (void) transformProcessToForeground:(BOOL)activateIfTransformed
394394
bool success = [self setProcessName:appName];
395395
if (!success)
396396
NSLog(@"Failed to set process name to %@", appName);
397-
[appName release];
398397
}
399398
}
400399

0 commit comments

Comments
 (0)