diff options
Diffstat (limited to 'yapp/popups2.cpp')
-rw-r--r-- | yapp/popups2.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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};
|