view src/stable-octave-2-appid-version.patch @ 4524:413af27223f6

icu4c: add new package * src/icu4c.mk: new file * index.html: add icu4c * src/mingw-w64.mk: enable secure api
author John D
date Tue, 07 Nov 2017 16:43:05 -0500
parents 2f1309f19b49
children
line wrap: on
line source

diff -r a3447dba35c3 libinterp/corefcn/sysdep.cc
--- a/libinterp/corefcn/sysdep.cc	Fri Mar 17 13:46:16 2017 -0400
+++ b/libinterp/corefcn/sysdep.cc	Fri Mar 17 14:57:02 2017 -0400
@@ -196,7 +196,7 @@
                                            "SetCurrentProcessExplicitAppUserModelID"));
 
       if (pfnSetCurrentProcessExplicitAppUserModelID)
-        pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave");
+        pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave." VERSION);
 
       FreeLibrary (hShell);
     }