Skip to content

Commit

Permalink
Revert "Merge pull request Whisky-App#11 from MythicApp/revert-8-feat…
Browse files Browse the repository at this point in the history
…/icon-title-patch-mythic"

This reverts commit 748153b, reversing
changes made to cc43add.
  • Loading branch information
blackxfiied committed Jun 27, 2024
1 parent 34933d0 commit 2e349f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dlls/winemac.drv/cocoa_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ enum {
};

/* Whisky hack #9 */
#define kAppNameText @"%@ (Whi" \
@"sky)"
#define kAppNameText @"%@ (Myt" \
@"hic)"


@class WineEventQueue;
Expand Down
1 change: 0 additions & 1 deletion dlls/winemac.drv/cocoa_app.m
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ - (void) transformProcessToForeground:(BOOL)activateIfTransformed
bool success = [self setProcessName:appName];
if (!success)
NSLog(@"Failed to set process name to %@", appName);
[appName release];
}
}

Expand Down

0 comments on commit 2e349f6

Please sign in to comment.