Renamed AttributeEditors.{cpp|h} to TypeEditors.{cpp|h}.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23308 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright 2004-2006, Axel Dörfler, [email protected]. All rights reserved.
|
||||
* Copyright 2004-2008, Axel Dörfler, [email protected]. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "AttributeWindow.h"
|
||||
#include "AttributeEditors.h"
|
||||
#include "ProbeView.h"
|
||||
#include "TypeEditors.h"
|
||||
|
||||
#include <MenuBar.h>
|
||||
#include <MenuItem.h>
|
||||
|
||||
@@ -12,7 +12,7 @@ Application DiskProbe :
|
||||
ProbeWindow.cpp
|
||||
FileWindow.cpp
|
||||
AttributeWindow.cpp
|
||||
AttributeEditors.cpp
|
||||
TypeEditors.cpp
|
||||
ProbeView.cpp
|
||||
OpenWindow.cpp
|
||||
FindWindow.cpp
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
* Copyright 2004-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "AttributeEditors.h"
|
||||
#include "TypeEditors.h"
|
||||
#include "DataEditor.h"
|
||||
|
||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* Copyright 2004-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef ATTRIBUTE_EDITORS_H
|
||||
#define ATTRIBUTE_EDITORS_H
|
||||
#ifndef TYPE_EDITORS_H
|
||||
#define TYPE_EDITORS_H
|
||||
|
||||
|
||||
#include <View.h>
|
||||
@@ -23,4 +23,4 @@ class TypeEditorView : public BView {
|
||||
|
||||
extern TypeEditorView *GetTypeEditorFor(BRect rect, DataEditor &editor);
|
||||
|
||||
#endif /* ATTRIBUTE_EDITORS_H */
|
||||
#endif /* TYPE_EDITORS_H */
|
||||
Reference in New Issue
Block a user