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:
Axel Dörfler
2008-01-09 14:29:14 +00:00
parent 6bb8b29f48
commit 527b14e9d5
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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. * Distributed under the terms of the MIT License.
*/ */
#include "AttributeWindow.h" #include "AttributeWindow.h"
#include "AttributeEditors.h"
#include "ProbeView.h" #include "ProbeView.h"
#include "TypeEditors.h"
#include <MenuBar.h> #include <MenuBar.h>
#include <MenuItem.h> #include <MenuItem.h>
+1 -1
View File
@@ -12,7 +12,7 @@ Application DiskProbe :
ProbeWindow.cpp ProbeWindow.cpp
FileWindow.cpp FileWindow.cpp
AttributeWindow.cpp AttributeWindow.cpp
AttributeEditors.cpp TypeEditors.cpp
ProbeView.cpp ProbeView.cpp
OpenWindow.cpp OpenWindow.cpp
FindWindow.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. * Distributed under the terms of the MIT License.
*/ */
#include "AttributeEditors.h" #include "TypeEditors.h"
#include "DataEditor.h" #include "DataEditor.h"
#ifdef HAIKU_TARGET_PLATFORM_HAIKU #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. * Distributed under the terms of the MIT License.
*/ */
#ifndef ATTRIBUTE_EDITORS_H #ifndef TYPE_EDITORS_H
#define ATTRIBUTE_EDITORS_H #define TYPE_EDITORS_H
#include <View.h> #include <View.h>
@@ -23,4 +23,4 @@ class TypeEditorView : public BView {
extern TypeEditorView *GetTypeEditorFor(BRect rect, DataEditor &editor); extern TypeEditorView *GetTypeEditorFor(BRect rect, DataEditor &editor);
#endif /* ATTRIBUTE_EDITORS_H */ #endif /* TYPE_EDITORS_H */