Skip to content

Commit

Permalink
Revert "Revert "Feat/icon title patch mythic""
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest authored Jul 25, 2024
1 parent 65e9401 commit 35cb23b
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 35cb23b

Please sign in to comment.