Changed shortcut for About dialog to 'a'.
Updated about text. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
682d778105
commit
d3e51e16f7
@ -183,7 +183,7 @@ ConfigWindow::ConfigWindow(config_setup_kind kind, Printer* defaultPrinter,
|
||||
// resize window
|
||||
ResizeTo(fOk->Frame().right + 10, top);
|
||||
|
||||
AddShortcut('i', 0, new BMessage(B_ABOUT_REQUESTED));
|
||||
AddShortcut('a', 0, new BMessage(B_ABOUT_REQUESTED));
|
||||
|
||||
SetDefaultButton(fOk);
|
||||
|
||||
@ -248,10 +248,10 @@ void ConfigWindow::MessageReceived(BMessage* m)
|
||||
static const char*
|
||||
kAbout =
|
||||
"Printer Server\n"
|
||||
"© 2001-2008 Haiku\n"
|
||||
"© 2001-2009 Haiku\n"
|
||||
"\n"
|
||||
"\tIthamar R. Adema - Initial Implementation\n"
|
||||
"\tMichael Pfeiffer - Release 1 and beyond\n"
|
||||
"\tIthamar R. Adema\n"
|
||||
"\tMichael Pfeiffer\n"
|
||||
;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user