From fa08cfd41dfb84b42a2183a08a6045528a4e5263 Mon Sep 17 00:00:00 2001 From: sje Date: Sat, 27 Jan 2007 14:26:48 +0000 Subject: oops - re-applied popup history renderer patch from Eblis git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@81 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popups2.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yapp/popups2.cpp') diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index 7e5ead7..47b737b 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -10,6 +10,8 @@ #include "notify.h" #include "str_utils.h" +#include "popup_history.h" //to be able to update the renderer + HMODULE hInst = 0; HANDLE mainThread = 0; @@ -103,6 +105,11 @@ HANDLE hEventReloadFont = 0; int ModulesLoaded(WPARAM wParam, LPARAM lParam) { MNotifyGetLink(); + if (ServiceExists(MS_HPP_EG_WINDOW)) + { + lstPopupHistory.SetRenderer(RENDER_HISTORYPP); + } + if(ServiceExists(MS_UPDATE_REGISTER)) { // register with updater Update update = {0}; -- cgit v1.2.3