add 0.9 Korean localization part 3
This commit is contained in:
parent
f11f48eb0e
commit
cf728b5f61
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {changeLevel = id; clearLog = id; writeToFile = id; };
|
||||||
|
CLASS = MessageWindowController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
fDebugWarningField = NSTextField;
|
||||||
|
fDebugWarningIcon = NSImageView;
|
||||||
|
fLevelButton = NSPopUpButton;
|
||||||
|
fMessageTable = NSTableView;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSWindowController;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>13 -61 356 240 0 0 1440 878 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>443.0</string>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>5</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2232</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
Loading…
Reference in New Issue