annotate src/stable-octave-2-appid-version.patch @ 4419:fd68c5ebc5c0

gl2ps: update to 1.4.0 * src/gl2ps.mk: update version, checksum
author John D
date Fri, 14 Jul 2017 11:53:47 -0400
parents 2f1309f19b49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4367
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
1 diff -r a3447dba35c3 libinterp/corefcn/sysdep.cc
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
2 --- a/libinterp/corefcn/sysdep.cc Fri Mar 17 13:46:16 2017 -0400
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
3 +++ b/libinterp/corefcn/sysdep.cc Fri Mar 17 14:57:02 2017 -0400
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
4 @@ -196,7 +196,7 @@
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
5 "SetCurrentProcessExplicitAppUserModelID"));
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
6
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
7 if (pfnSetCurrentProcessExplicitAppUserModelID)
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
8 - pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave");
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
9 + pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave." VERSION);
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
10
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
11 FreeLibrary (hShell);
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
12 }