Index: ossp-pkg/as/as-gui/as_assist.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null --- as_assist.cpp 2002/11/26 19:33:37 1.22 +++ as_assist.cpp 2002/11/26 19:41:17 1.23 @@ -97,9 +97,9 @@ throw Genexcept("Main window file new action creation failed."); connect(m_pFilenewact, SIGNAL(activated()), this, SLOT(newDoc())); const char *kszFilenewtext = "
"
- "Click this button to make
a "
- "blank file. You can also
"
- "select the New command
from "
+ "Click this button to make a "
+ "blank file. You can also "
+ "select the New command from "
"the File menu.
"
- "Click this button to open
a "
- "new file. You can also select
"
- "the Open command from the
"
+ "Click this button to open a "
+ "new file. You can also select "
+ "the Open command from the "
"File menu.
"
- "Click this button to save
"
- "the file you are editing. You
will be "
- "prompted for a file
name. You can also "
- "select
the Save command from
"
+ "Click this button to save "
+ "the file you are editing. You will be "
+ "prompted for a file name. You can also "
+ "select the Save command from "
"the File menu.
"
- "Click this button to cut an entry."
+ "Click this button to cut an entry. "
"You can also select the Cut command "
"from the Edit menu.
"
- "Click this button to copy an entry."
+ "Click this button to copy an entry. "
"You can also select the Copy command "
"from the Edit menu.
"
- "Click this button to paste an entry."
+ "Click this button to paste an entry. "
"You can also select the Paste command "
"from the Edit menu.
"
- "Click this button to add a new row."
+ "Click this button to add a new row. "
"You can also select the Add command "
"from the Edit menu.
"
- "Click this button to delete a row."
+ "Click this button to delete a row. "
"You can also select the Delete command "
"from the Edit menu.
"
- "Click this button to write out your accounting data."
- "You can also select the Save command "
- "from the File menu.