new name after fork

This commit is contained in:
2026-01-05 23:12:38 -07:00
parent ca43595430
commit 4683ef705b
316 changed files with 5422 additions and 6141 deletions

View File

@@ -1,4 +1,4 @@
/* HexChat
/* ZoiteChat
* Copyright (c) 2014 Leetsoftwerx
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -88,7 +88,7 @@ extern "C"
try
{
if (!notifier)
notifier = ToastNotificationManager::CreateToastNotifier (L"HexChat.Desktop.Notify");
notifier = ToastNotificationManager::CreateToastNotifier (L"ZoiteChat.Desktop.Notify");
}
catch (Platform::Exception ^ ex)
{