mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Tweak at spanish panels
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dcf4511498
commit
140d4ffcea
12 changed files with 25 additions and 16 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-03-25 German Arias <german@xelalug.org>
|
||||
|
||||
* Panels/Spanish.lproj/GSDataLinkPanel.gorm:
|
||||
* Panels/Spanish.lproj/GSPageLayout.gorm:
|
||||
* Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm:
|
||||
* Panels/Spanish.lproj/GSPrintPanel.gorm:
|
||||
* Panels/Spanish.lproj/GSFindPanel.gorm: Tweak size of some
|
||||
elements for improve the presentation.
|
||||
|
||||
2011-03-19 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/NSPrintPanel.m:
|
||||
|
|
|
@ -23,14 +23,14 @@
|
|||
"pickedBreakAllLinks:"
|
||||
);
|
||||
Outlets = (
|
||||
_updateModeButton,
|
||||
_breakAllLinksButton,
|
||||
_breakLinkButton,
|
||||
_updateDestinationButton,
|
||||
_openSourceButton,
|
||||
_lastUpdateField,
|
||||
_sourceField,
|
||||
_updateView
|
||||
"_updateModeButton",
|
||||
"_breakAllLinksButton",
|
||||
"_breakLinkButton",
|
||||
"_updateDestinationButton",
|
||||
"_openSourceButton",
|
||||
"_lastUpdateField",
|
||||
"_sourceField",
|
||||
"_updateView"
|
||||
);
|
||||
Super = NSPanel;
|
||||
};
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -65,7 +65,7 @@
|
|||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
_pageLayoutController
|
||||
"_pageLayoutController"
|
||||
);
|
||||
Super = NSView;
|
||||
};
|
||||
|
@ -77,7 +77,7 @@
|
|||
"pickedUnits:"
|
||||
);
|
||||
Outlets = (
|
||||
_controller
|
||||
"_controller"
|
||||
);
|
||||
Super = NSPanel;
|
||||
};
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -15,12 +15,12 @@
|
|||
"size:"
|
||||
);
|
||||
Outlets = (
|
||||
_customizationWindow,
|
||||
_customizationView,
|
||||
_defaultTemplateView,
|
||||
_sizeCheckBox,
|
||||
_displayPopup,
|
||||
_doneButton
|
||||
"_customizationWindow",
|
||||
"_customizationView",
|
||||
"_defaultTemplateView",
|
||||
"_sizeCheckBox",
|
||||
"_displayPopup",
|
||||
"_doneButton"
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue