diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 23:28:10 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 23:28:10 +0000 |
commit | 534fc999f1d9a75ddf1a0074a57e2078c53995b6 (patch) | |
tree | 4b5cae43dc69e5d460b7d83ed575e31ae92942e4 /WindozeCE | |
parent | 07410a902ed48a2c947376e00e7ce0c9d7582714 (diff) | |
download | ATCD-534fc999f1d9a75ddf1a0074a57e2078c53995b6.tar.gz |
Updated initial message
Diffstat (limited to 'WindozeCE')
-rw-r--r-- | WindozeCE/WindozeCEDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WindozeCE/WindozeCEDlg.cpp b/WindozeCE/WindozeCEDlg.cpp index bc77803ddf8..63489881d79 100644 --- a/WindozeCE/WindozeCEDlg.cpp +++ b/WindozeCE/WindozeCEDlg.cpp @@ -90,7 +90,7 @@ BEGIN_MESSAGE_MAP(CWindozeCEDlg, CDialog) SetIcon(m_hIcon, FALSE); // Set small icon this->SetDlgItemText (IDC_PROGRAM_OUTPUT, - TEXT ("A really long string that will hopefully show whether this kind of string can be fit and wrap around a simple TEXT object within a Dialog box. If this doesn't work, we'll see what to do next.")); + TEXT ("Fill in the command line arguments you want to pass to the program below:")); CenterWindow(GetDesktopWindow()); // center to the hpc screen this->ace.set_window (this, NC_ACE_NOTIFY, INC_ACE_LOGMSG); |