From 1c2caec2bdfd07df1be0efe071785149908f3cb6 Mon Sep 17 00:00:00 2001 From: hgdagon Date: Tue, 3 May 2022 14:45:24 -0700 Subject: [PATCH] Reverted copyright text back to static text Windres handles it just fine, with the intended result, but RC doesn't seem to like it. --- tools/assimp_view/assimp_view.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/assimp_view/assimp_view.rc b/tools/assimp_view/assimp_view.rc index 3bcf66582..8575df1ff 100644 --- a/tools/assimp_view/assimp_view.rc +++ b/tools/assimp_view/assimp_view.rc @@ -44,7 +44,7 @@ FONT 9, "Courier New", 400, 0, 0x0 BEGIN LTEXT "Open Asset Import Library (Assimp)",IDC_STATIC,30,14,144,9 LTEXT "A free C/C++ library to read various well-known 3D model formats into a straightforward in-memory format for easy processing by applications. Licensed under a 3-clause BSD license and totally awesome.",IDC_STATIC,31,34,204,24 - LTEXT VER_COPYRIGHT_STR ". Assimp Development Team. See the CREDITS file for a list of all contributors.",IDC_STATIC,30,65,204,23 + LTEXT "\xA9 2008-2022. Assimp Development Team. See the CREDITS file for a list of all contributors.",IDC_STATIC,30,65,204,23 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,27,282,1 LTEXT "https://assimp.org",IDC_STATIC,31,101,127,22 DEFPUSHBUTTON "Love this library",IDOK,186,110,84,14