diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-17 07:41:37 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-17 07:42:27 -0800 |
commit | 888b88e39c1993096467fd0bbab4053dcefc59a3 (patch) | |
tree | 933b81bac109b9b5d1aa75a0b3d4690b8c6ab236 /ucbhelper/workben | |
parent | edf99f8800d077ed1c2faabc59172bb7e6cb2fcc (diff) |
libs-gui HC cleanup and .bmp fix
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/ucbexplorer.src | 20 |
1 files changed, 0 insertions, 20 deletions
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" ; }; - |