Opened 14 years ago
Closed 10 years ago
#6109 closed bug (fixed)
ResEdit without ResListView.h and ResListView.cpp
Reported by: | Karvjorm | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/alpha2 |
Keywords: | ResEdit ResListView.h ResListView.cpp | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
When studying not yet localized applications I found src/apps/resedit. But it is broken, because of missing ResListView.h and ResListView.cpp files.
File ResView.cpp consists "#include "ResListView.h" line and file ResView.h consists declarations "class ResListView;" and "ResListView *fListView;". ResListView.cpp is also in Jamfile.
In the following page http://dev.haiku-os.org/wiki/R1/Alpha2/MergeTracking I could find the comment "ResEdit not in Alpha2."
Note:
See TracTickets
for help on using tickets.
Fixed in hrev37771 (!)