From 888b88e39c1993096467fd0bbab4053dcefc59a3 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Wed, 17 Nov 2010 07:41:37 -0800 Subject: libs-gui HC cleanup and .bmp fix --- ucbhelper/workben/ucbexplorer/ucbexplorer.src | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.src b/ucbhelper/workben/ucbexplorer/ucbexplorer.src index 4bee5900eaaf..ea9aa993cba2 100644 --- a/ucbhelper/workben/ucbexplorer/ucbexplorer.src +++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.src @@ -79,25 +79,6 @@ Menu MENU_POPUP }; }; -/* -Bitmap BMP_FOLDER_CLOSED -{ - File = "bmp/fldclose.bmp" ; -}; -Bitmap BMP_FOLDER_OPENED -{ - File = "bmp/fldopen.bmp" ; -}; -Bitmap BMP_DOCUMENT -{ - File = "bmp/document.bmp" ; -}; -Bitmap BMP_LINK -{ - File = "bmp/link.bmp" ; -}; -*/ - ModalDialog DLG_STRINGINPUT { Border = TRUE ; @@ -146,4 +127,3 @@ String TEXT_TITLEBAR { Text [ en-US ] = "UCB Explorer" ; }; - -- cgit