Skip to content

Commit

Permalink
Revert "Feat/icon title patch mythic"
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest authored Jun 25, 2024
1 parent cc43add commit 6820b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 @"%@ (Myt" \
@"hic)"
#define kAppNameText @"%@ (Whi" \
@"sky)"


@class WineEventQueue;
Expand Down
1 change: 1 addition & 0 deletions dlls/winemac.drv/cocoa_app.m
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ - (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 6820b98

Please sign in to comment.