ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/prefs_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/prefs_beos.cpp (file contents):
Revision 1.4 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.5 by cebix, 2001-04-01T12:11:43Z

# Line 30 | Line 30
30  
31   // Platform-specific preferences items
32   prefs_desc platform_prefs_items[] = {
33 <        {"powerrom", TYPE_STRING, false},       // Path of PowerMac ROM (powerrom_cpu.cpp)
34 <        {NULL, TYPE_END, false} // End of list
33 >        {"powerrom", TYPE_STRING, false, "path of PowerMac ROM"},
34 >        {NULL, TYPE_END, false, NULL} // End of list
35   };
36  
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines