From a32b5a70c073946a24d8b35f30c8a27c32cf4c10 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 3 Aug 2024 16:51:14 +0200 Subject: [PATCH] Just a small fix --- src/winmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winmain.c b/src/winmain.c index d380ff753..ef332e4ed 100644 --- a/src/winmain.c +++ b/src/winmain.c @@ -104,7 +104,7 @@ static LPCTSTR hwAnalyseWindowName = "AnalyseDisplay"; #else static WNDCLASSW hwMainClassW; /* Class definition for the main window */ static LPCWSTR hwClassNameW = L"SPICE_TEXT_WND";/* Class name of the main window */ -static LPCWSTR hwWindowNameW = L"ngspice 26"; /* main window displayed name */ +static LPCWSTR hwWindowNameW = L"ngspice 43"; /* main window displayed name */ static WNDCLASSW twTextClassW; /* Class definition for the text box */ static LPCWSTR twClassNameW = L"SPICE_TEXT_BOX"; /* Class name for the text box */ static LPCWSTR twWindowNameW = L"TextOut"; /* text box name */