Skip to content

Commit

Permalink
DriveSetup: renamed some files, fixed catalog.
Browse files Browse the repository at this point in the history
* Already renamed the classes within those files earlier.
* The AbstractParametersPanel class was missing from the catalog.
  • Loading branch information
axeld committed Feb 2, 2013
1 parent 9deef7d commit 4ec2ca4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
Expand Up @@ -10,7 +10,7 @@
*/


#include "CreateParamsPanel.h"
#include "CreateParametersPanel.h"

#include <Button.h>
#include <Catalog.h>
Expand Down
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@
*/


#include "InitParamsPanel.h"
#include "InitParametersPanel.h"

#include <driver_settings.h>
#include <stdio.h>
Expand Down
File renamed without changes.
9 changes: 5 additions & 4 deletions src/apps/drivesetup/Jamfile
Expand Up @@ -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
Expand All @@ -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
Expand Down
7 changes: 4 additions & 3 deletions src/apps/drivesetup/MainWindow.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 4ec2ca4

Please sign in to comment.