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:
@@ -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);
|
||||
|
||||
1463
WPrefs.app/po/fr.po
1463
WPrefs.app/po/fr.po
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user