changeset 351:b8c80d2fa234 1.0b3

Win: Fix wrong Application Name in dw_app_id_set() which causes Star Menu issues on Windows 10.
author Brian Smith <brian@dbsoft.org>
date Thu, 07 Jan 2021 04:04:51 -0600
parents ad1e25593760
children a9a39f4ca93a
files dwib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwib.c	Wed Jan 06 21:22:45 2021 -0600
+++ b/dwib.c	Thu Jan 07 04:04:51 2021 -0600
@@ -7751,7 +7751,7 @@
         dw_feature_set(DW_FEATURE_DARK_MODE, DW_DARK_MODE_FULL);
 
     /* Set the Application ID to enable features like notifications */
-    dw_app_id_set("org.dbsoft.dwindows.dwib", "Dynamic Windows Application Builder");
+    dw_app_id_set("org.dbsoft.dwindows.dwib", "Dynamic Windows Interface Builder");
 
     dw_init(TRUE, argc, argv);