merge latest (4.3.99.16) from XFree86 (vendor) branch
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
/* English localized versions of strings used by the Mac OS X front end. */
|
||||
/* $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/Localizable.strings,v 1.3 2002/01/30 06:50:46 torrey Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/Localizable.strings,v 1.4 2003/11/04 22:48:14 torrey Exp $ */
|
||||
|
||||
/* Title of alert panel */
|
||||
"Quit X server?" = "Quit X server?";
|
||||
@@ -14,10 +14,10 @@
|
||||
"Cancel" = "Cancel";
|
||||
|
||||
/* Default keymapping file */
|
||||
"USA.keymapping" = "USA.keymapping"
|
||||
"USA.keymapping" = "USA.keymapping";
|
||||
|
||||
/* Default switch string */
|
||||
"Cmd-Opt-a" = "Cmd-Opt-a"
|
||||
"Cmd-Opt-a" = "Cmd-Opt-a";
|
||||
|
||||
/* Button title when changing switch key */
|
||||
"Press key" = "Press key"
|
||||
"Press key" = "Press key";
|
||||
|
||||
@@ -41,14 +41,20 @@
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
bringAllToFront = id;
|
||||
closeHelpAndShow = id;
|
||||
itemSelected = id;
|
||||
nextWindow = id;
|
||||
previousWindow = id;
|
||||
showAction = id;
|
||||
showSwitchPanel = id;
|
||||
startFullScreen = id;
|
||||
startRootless = id;
|
||||
};
|
||||
CLASS = XServer;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
dockMenu = NSMenu;
|
||||
helpWindow = NSWindow;
|
||||
modeWindow = NSWindow;
|
||||
startFullScreenButton = NSButton;
|
||||
@@ -56,6 +62,8 @@
|
||||
startupHelpButton = NSButton;
|
||||
startupModeButton = NSButton;
|
||||
switchWindow = NSPanel;
|
||||
windowMenu = NSMenu;
|
||||
windowSeparator = NSMenuItem;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
|
||||
BIN
hw/darwin/bundle/English.lproj/MainMenu.nib/objects.nib
generated
BIN
hw/darwin/bundle/English.lproj/MainMenu.nib/objects.nib
generated
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user