1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

ObiTuarY's po stuff.

This commit is contained in:
id
1999-08-02 18:28:13 +00:00
parent 5764aa41cd
commit c15be3e163
2 changed files with 928 additions and 539 deletions

View File

@@ -267,7 +267,7 @@ createPanel(Panel *p)
tab = WMCreateTabViewItemWithIdentifier(0);
WMSetTabViewItemView(tab, WMWidgetView(panel->icoF));
WMAddItemInTabView(panel->tabv, tab);
WMSetTabViewItemLabel(tab, "Icon Search Paths");
WMSetTabViewItemLabel(tab, _("Icon Search Paths"));
panel->icoL = WMCreateList(panel->icoF);
WMResizeWidget(panel->icoL, 480, 147);
@@ -298,7 +298,7 @@ createPanel(Panel *p)
tab = WMCreateTabViewItemWithIdentifier(0);
WMSetTabViewItemView(tab, WMWidgetView(panel->pixF));
WMAddItemInTabView(panel->tabv, tab);
WMSetTabViewItemLabel(tab, "Pixmap Search Paths");
WMSetTabViewItemLabel(tab, _("Pixmap Search Paths"));
panel->pixL = WMCreateList(panel->pixF);
WMResizeWidget(panel->pixL, 480, 147);

File diff suppressed because it is too large Load Diff