Skip to content

Commit

Permalink
Merge a6f272b into e3139d5
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus authored May 3, 2022
2 parents e3139d5 + a6f272b commit a9fb81d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sakura_core/_main/CControlTray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "debug/CRunningTimer.h"
#include "dlg/CDlgOpenFile.h"
#include "dlg/CDlgAbout.h" //Nov. 21, 2000 JEPROtest
#include "dlg/CDlgFavorite.h"
#include "dlg/CDlgWindowList.h"
#include "plugin/CPluginManager.h"
#include "plugin/CJackManager.h"
Expand Down Expand Up @@ -900,6 +901,13 @@ LRESULT CControlTray::DispatchEvent(
/* Grep */
DoGrep(); //Stonee, 2001/03/21 Grepを別関数に
break;
case F_FAVORITE:
if (CDlgFavorite cDlgFavorite;
cDlgFavorite.GetHwnd() == nullptr)
{
cDlgFavorite.DoModal(m_hInstance, GetTrayHwnd(), (LPARAM)NULL);
}
break;
case F_FILESAVEALL: // Jan. 24, 2005 genta 全て上書き保存
CAppNodeGroupHandle(0).PostMessageToAllEditors(
WM_COMMAND,
Expand Down

0 comments on commit a9fb81d

Please sign in to comment.