Renamed *Dlg to *Window, since the term "Dialog" is alien to the beos
api. Thanks to Vasilis Kaoutsis for the suggestion. I'll rename the classes with the next commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "FindDlg.h"
|
#include "FindWindow.h"
|
||||||
|
|
||||||
#include <Box.h>
|
#include <Box.h>
|
||||||
#include <Button.h>
|
#include <Button.h>
|
||||||
@@ -9,12 +9,12 @@ Application Terminal :
|
|||||||
AppearPrefView.cpp
|
AppearPrefView.cpp
|
||||||
CodeConv.cpp
|
CodeConv.cpp
|
||||||
CurPos.cpp
|
CurPos.cpp
|
||||||
FindDlg.cpp
|
FindWindow.cpp
|
||||||
MenuUtil.cpp
|
MenuUtil.cpp
|
||||||
Terminal.cpp
|
Terminal.cpp
|
||||||
PrefDlg.cpp
|
|
||||||
PrefHandler.cpp
|
PrefHandler.cpp
|
||||||
PrefView.cpp
|
PrefView.cpp
|
||||||
|
PrefWindow.cpp
|
||||||
spawn.cpp
|
spawn.cpp
|
||||||
TermApp.cpp
|
TermApp.cpp
|
||||||
TermBaseView.cpp
|
TermBaseView.cpp
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "AppearPrefView.h"
|
#include "AppearPrefView.h"
|
||||||
#include "MenuUtil.h"
|
#include "MenuUtil.h"
|
||||||
#include "PrefHandler.h"
|
#include "PrefHandler.h"
|
||||||
#include "PrefDlg.h"
|
#include "PrefWindow.h"
|
||||||
#include "PrefView.h"
|
#include "PrefView.h"
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
#include "TermConst.h"
|
#include "TermConst.h"
|
||||||
@@ -29,8 +29,8 @@
|
|||||||
#include "CodeConv.h"
|
#include "CodeConv.h"
|
||||||
#include "ColorWindow.h"
|
#include "ColorWindow.h"
|
||||||
#include "MenuUtil.h"
|
#include "MenuUtil.h"
|
||||||
#include "FindDlg.h"
|
#include "FindWindow.h"
|
||||||
#include "PrefDlg.h"
|
#include "PrefWindow.h"
|
||||||
#include "PrefView.h"
|
#include "PrefView.h"
|
||||||
#include "PrefHandler.h"
|
#include "PrefHandler.h"
|
||||||
#include "TermApp.h"
|
#include "TermApp.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user