Exchanged all occurences of 'Expand-O-Matic' to 'Expander'.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29544 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2009-03-15 17:07:48 +00:00
parent 51755cf832
commit 1e251de143
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ ExpanderApp::ExpanderApp()
void
ExpanderApp::AboutRequested()
{
BAlert *alert = new BAlert("about", "Expand-O-Matic\n"
BAlert *alert = new BAlert("about", "Expander\n"
"\twritten by Jérôme Duval\n"
"\tCopyright 2004-2006, Haiku Inc.\n\n"
"original Be version by \n"

View File

@ -18,7 +18,7 @@ const uint32 MSG_DESTTEXT = 'mDet';
const uint32 MSG_DESTSELECT = 'mDes';
ExpanderPreferences::ExpanderPreferences(BMessage *settings)
: BWindow(BRect(0, 0, 325, 305), "Expand-O-Matic", B_MODAL_WINDOW,
: BWindow(BRect(0, 0, 325, 305), "Expander", B_MODAL_WINDOW,
B_NOT_CLOSABLE | B_NOT_RESIZABLE),
fSettings(settings),
fUsePanel(NULL)

View File

@ -36,7 +36,7 @@ const uint32 MSG_SHOWCONTENTS = 'mSCT';
ExpanderWindow::ExpanderWindow(BRect frame, const entry_ref *ref, BMessage *settings)
: BWindow(frame, "Expand-O-Matic", B_TITLED_WINDOW, B_NOT_ZOOMABLE),
: BWindow(frame, "Expander", B_TITLED_WINDOW, B_NOT_ZOOMABLE),
fSourceChanged(true),
fListingThread(NULL),
fListingStarted(false),