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:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "CreateParamsPanel.h"
|
#include "CreateParametersPanel.h"
|
||||||
|
|
||||||
#include <Button.h>
|
#include <Button.h>
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "InitParamsPanel.h"
|
#include "InitParametersPanel.h"
|
||||||
|
|
||||||
#include <driver_settings.h>
|
#include <driver_settings.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -6,10 +6,10 @@ UsePrivateHeaders interface shared storage tracker ;
|
|||||||
|
|
||||||
Preference DriveSetup :
|
Preference DriveSetup :
|
||||||
AbstractParametersPanel.cpp
|
AbstractParametersPanel.cpp
|
||||||
CreateParamsPanel.cpp
|
CreateParametersPanel.cpp
|
||||||
DiskView.cpp
|
DiskView.cpp
|
||||||
DriveSetup.cpp
|
DriveSetup.cpp
|
||||||
InitParamsPanel.cpp
|
InitParametersPanel.cpp
|
||||||
MainWindow.cpp
|
MainWindow.cpp
|
||||||
PartitionList.cpp
|
PartitionList.cpp
|
||||||
Support.cpp
|
Support.cpp
|
||||||
@@ -22,9 +22,10 @@ Preference DriveSetup :
|
|||||||
DoCatalogs DriveSetup :
|
DoCatalogs DriveSetup :
|
||||||
x-vnd.Haiku-DriveSetup
|
x-vnd.Haiku-DriveSetup
|
||||||
:
|
:
|
||||||
CreateParamsPanel.cpp
|
AbstractParametersPanel.cpp
|
||||||
|
CreateParametersPanel.cpp
|
||||||
DiskView.cpp
|
DiskView.cpp
|
||||||
InitParamsPanel.cpp
|
InitParametersPanel.cpp
|
||||||
MainWindow.cpp
|
MainWindow.cpp
|
||||||
PartitionList.cpp
|
PartitionList.cpp
|
||||||
Support.cpp
|
Support.cpp
|
||||||
|
|||||||
@@ -38,12 +38,13 @@
|
|||||||
#include <Volume.h>
|
#include <Volume.h>
|
||||||
#include <VolumeRoster.h>
|
#include <VolumeRoster.h>
|
||||||
|
|
||||||
#include "CreateParamsPanel.h"
|
#include <tracker_private.h>
|
||||||
|
|
||||||
|
#include "CreateParametersPanel.h"
|
||||||
#include "DiskView.h"
|
#include "DiskView.h"
|
||||||
#include "InitParamsPanel.h"
|
#include "InitParametersPanel.h"
|
||||||
#include "PartitionList.h"
|
#include "PartitionList.h"
|
||||||
#include "Support.h"
|
#include "Support.h"
|
||||||
#include "tracker_private.h"
|
|
||||||
|
|
||||||
|
|
||||||
#undef B_TRANSLATION_CONTEXT
|
#undef B_TRANSLATION_CONTEXT
|
||||||
|
|||||||
Reference in New Issue
Block a user