From 4fafc8b49e3f08a87119ef62a54056efba7b6b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 22:59:58 +0100 Subject: Finish Win32 re-implementation. There are still things to be improved upon, but this commit marks feature parity with the XPCE version. --- c/resource.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'c/resource.rc') diff --git a/c/resource.rc b/c/resource.rc index bd936bb..7076016 100644 --- a/c/resource.rc +++ b/c/resource.rc @@ -16,6 +16,17 @@ BEGIN END END +IDR_POPUPMENU MENU DISCARDABLE +BEGIN + POPUP "Episode Menu" + BEGIN + MENUITEM "&Watch", ID_WATCH + MENUITEM "&Toggle", ID_TOGGLE + MENUITEM "&Forget", ID_FORGET + MENUITEM "&Lookup", ID_LOOKUP + END +END + #define PAD 7 #define ABOUTW 190 #define ABOUTH 40 -- cgit v1.2.3