mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-26 19:01:25 +02:00
ObiTuarY's po stuff.
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
+926
-537
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user