Update description on how to add notification area for the new "add to

2005-02-04  Richard Hult  <richard@imendio.com>

	* main.c (main): Update description on how to add notification
	area for the new "add to panel" dialog. Patch from uid0@akl.lt,
	fixes bug #166057.
This commit is contained in:
Richard Hult 2005-02-03 23:07:58 +00:00 committed by Richard Hult
parent 77db41b6cd
commit b76f5fa46a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-02-04 Richard Hult <richard@imendio.com>
* main.c (main): Update description on how to add notification
area for the new "add to panel" dialog. Patch from uid0@akl.lt,
fixes bug #166057.
2005-02-03 Richard Hult <richard@imendio.com>
* drwright.c (break_window_postpone_cb), (maybe_change_state),

View file

@ -106,7 +106,8 @@ main (int argc, char *argv[])
_("The typing monitor uses the notification area to display "
"information. You don't seem to have a notification area "
"on your panel. You can add it by right-clicking on your "
"panel and choose 'Add to panel -> Utilities -> Notification area'."));
"panel and choosing 'Add to panel', selecting 'Notification "
"area' and clicking 'Add'."));
gtk_dialog_run (GTK_DIALOG (dialog));