From b3fed061e2038dc801d6224c32077add21533670 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 28 Sep 2020 18:23:36 -0700 Subject: [PATCH] Use VERSION_NAME rather than Hengband when setting name of the directory with the user's files. --- src/main-cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-cocoa.m b/src/main-cocoa.m index 912462364..65885c58d 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -33,7 +33,7 @@ #define kVK_ANSI_KeypadEnter 0x4C static NSString * const AngbandDirectoryNameLib = @"lib"; -static NSString * const AngbandDirectoryNameBase = @"Hengband"; +static NSString * const AngbandDirectoryNameBase = @VERSION_NAME; static NSString * const AngbandMessageCatalog = @"Localizable"; static NSString * const AngbandTerminalsDefaultsKey = @"Terminals"; -- 2.11.0