reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit de15e86a7fe6bd779b2b7e22ba14b1f1ec6e73da
parent 384a913b2bc3a80fcbb5064626f81179d4b343b9
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Thu, 17 Mar 2016 22:27:02 -0700

remove remnants of the cleanup packages dialog

Diffstat:
Msrc/resource.hpp | 3+--
Msrc/resource.rc | 14--------------
2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/src/resource.hpp b/src/resource.hpp @@ -39,8 +39,7 @@ #define IDD_CONFIG_DIALOG 102 #define IDD_ABOUT_DIALOG 103 #define IDD_IMPORT_DIALOG 104 -#define IDD_CLEANUP_DIALOG 105 -#define IDD_BROWSER_DIALOG 106 +#define IDD_BROWSER_DIALOG 105 #define IDC_LABEL 200 #define IDC_LABEL2 201 diff --git a/src/resource.rc b/src/resource.rc @@ -77,20 +77,6 @@ BEGIN PUSHBUTTON "&Cancel", IDCANCEL, 244, 50, 40, 14 END -IDD_CLEANUP_DIALOG DIALOGEX 0, 0, 350, 200 -STYLE DIALOG_STYLE -FONT DIALOG_FONT -CAPTION "ReaPack: Clean up packages" -BEGIN - LTEXT "The following packages could not be found in any enabled the repositories:", - IDC_LABEL, 5, 5, 340, 10 - CONTROL "", IDC_LIST, WC_LISTVIEW, LVS_REPORT | LVS_SHOWSELALWAYS | - LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP, 5, 18, 340, 156 - LTEXT "", IDC_LABEL2, 5, 183, 150, 10 - DEFPUSHBUTTON "&Uninstall selected packages", IDOK, 176, 180, 120, 14 - PUSHBUTTON "&Cancel", IDCANCEL, 299, 180, 45, 14 -END - IDD_BROWSER_DIALOG DIALOGEX 0, 0, 500, 250 STYLE DIALOG_STYLE FONT DIALOG_FONT