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:
Stefano Ceccherini 2007-04-13 16:35:50 +00:00
parent 083a11a3f4
commit f8cc2a74e4
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
*/
#include "FindDlg.h"
#include "FindWindow.h"
#include <Box.h>
#include <Button.h>

View File

@ -9,12 +9,12 @@ Application Terminal :
AppearPrefView.cpp
CodeConv.cpp
CurPos.cpp
FindDlg.cpp
FindWindow.cpp
MenuUtil.cpp
Terminal.cpp
PrefDlg.cpp
PrefHandler.cpp
PrefView.cpp
PrefWindow.cpp
spawn.cpp
TermApp.cpp
TermBaseView.cpp

View File

@ -9,7 +9,7 @@
#include "AppearPrefView.h"
#include "MenuUtil.h"
#include "PrefHandler.h"
#include "PrefDlg.h"
#include "PrefWindow.h"
#include "PrefView.h"
#include "spawn.h"
#include "TermConst.h"

View File

@ -29,8 +29,8 @@
#include "CodeConv.h"
#include "ColorWindow.h"
#include "MenuUtil.h"
#include "FindDlg.h"
#include "PrefDlg.h"
#include "FindWindow.h"
#include "PrefWindow.h"
#include "PrefView.h"
#include "PrefHandler.h"
#include "TermApp.h"