DriveSetup: renamed some files, fixed catalog.
* Already renamed the classes within those files earlier. * The AbstractParametersPanel class was missing from the catalog.
This commit is contained in:
parent
9deef7d466
commit
4ec2ca4e16
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "CreateParamsPanel.h"
|
||||
#include "CreateParametersPanel.h"
|
||||
|
||||
#include <Button.h>
|
||||
#include <Catalog.h>
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "InitParamsPanel.h"
|
||||
#include "InitParametersPanel.h"
|
||||
|
||||
#include <driver_settings.h>
|
||||
#include <stdio.h>
|
@ -6,10 +6,10 @@ UsePrivateHeaders interface shared storage tracker ;
|
||||
|
||||
Preference DriveSetup :
|
||||
AbstractParametersPanel.cpp
|
||||
CreateParamsPanel.cpp
|
||||
CreateParametersPanel.cpp
|
||||
DiskView.cpp
|
||||
DriveSetup.cpp
|
||||
InitParamsPanel.cpp
|
||||
InitParametersPanel.cpp
|
||||
MainWindow.cpp
|
||||
PartitionList.cpp
|
||||
Support.cpp
|
||||
@ -22,9 +22,10 @@ Preference DriveSetup :
|
||||
DoCatalogs DriveSetup :
|
||||
x-vnd.Haiku-DriveSetup
|
||||
:
|
||||
CreateParamsPanel.cpp
|
||||
AbstractParametersPanel.cpp
|
||||
CreateParametersPanel.cpp
|
||||
DiskView.cpp
|
||||
InitParamsPanel.cpp
|
||||
InitParametersPanel.cpp
|
||||
MainWindow.cpp
|
||||
PartitionList.cpp
|
||||
Support.cpp
|
||||
|
@ -38,12 +38,13 @@
|
||||
#include <Volume.h>
|
||||
#include <VolumeRoster.h>
|
||||
|
||||
#include "CreateParamsPanel.h"
|
||||
#include <tracker_private.h>
|
||||
|
||||
#include "CreateParametersPanel.h"
|
||||
#include "DiskView.h"
|
||||
#include "InitParamsPanel.h"
|
||||
#include "InitParametersPanel.h"
|
||||
#include "PartitionList.h"
|
||||
#include "Support.h"
|
||||
#include "tracker_private.h"
|
||||
|
||||
|
||||
#undef B_TRANSLATION_CONTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user