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:
@@ -183,7 +183,7 @@ ConfigWindow::ConfigWindow(config_setup_kind kind, Printer* defaultPrinter,
|
|||||||
// resize window
|
// resize window
|
||||||
ResizeTo(fOk->Frame().right + 10, top);
|
ResizeTo(fOk->Frame().right + 10, top);
|
||||||
|
|
||||||
AddShortcut('i', 0, new BMessage(B_ABOUT_REQUESTED));
|
AddShortcut('a', 0, new BMessage(B_ABOUT_REQUESTED));
|
||||||
|
|
||||||
SetDefaultButton(fOk);
|
SetDefaultButton(fOk);
|
||||||
|
|
||||||
@@ -248,10 +248,10 @@ void ConfigWindow::MessageReceived(BMessage* m)
|
|||||||
static const char*
|
static const char*
|
||||||
kAbout =
|
kAbout =
|
||||||
"Printer Server\n"
|
"Printer Server\n"
|
||||||
"© 2001-2008 Haiku\n"
|
"© 2001-2009 Haiku\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\tIthamar R. Adema - Initial Implementation\n"
|
"\tIthamar R. Adema\n"
|
||||||
"\tMichael Pfeiffer - Release 1 and beyond\n"
|
"\tMichael Pfeiffer\n"
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user