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:
Germán Arias 2011-03-26 00:12:05 +00:00
parent dcf4511498
commit 140d4ffcea
12 changed files with 25 additions and 16 deletions

View file

@ -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:

View file

@ -23,14 +23,14 @@
"pickedBreakAllLinks:"
);
Outlets = (
_updateModeButton,
_breakAllLinksButton,
_breakLinkButton,
_updateDestinationButton,
_openSourceButton,
_lastUpdateField,
_sourceField,
_updateView
"_updateModeButton",
"_breakAllLinksButton",
"_breakLinkButton",
"_updateDestinationButton",
"_openSourceButton",
"_lastUpdateField",
"_sourceField",
"_updateView"
);
Super = NSPanel;
};

View file

@ -65,7 +65,7 @@
Actions = (
);
Outlets = (
_pageLayoutController
"_pageLayoutController"
);
Super = NSView;
};
@ -77,7 +77,7 @@
"pickedUnits:"
);
Outlets = (
_controller
"_controller"
);
Super = NSPanel;
};

View file

@ -15,12 +15,12 @@
"size:"
);
Outlets = (
_customizationWindow,
_customizationView,
_defaultTemplateView,
_sizeCheckBox,
_displayPopup,
_doneButton
"_customizationWindow",
"_customizationView",
"_defaultTemplateView",
"_sizeCheckBox",
"_displayPopup",
"_doneButton"
);
Super = NSObject;
};