From: Christophe CURIS <[email protected]>
As pointed by Amadeusz, label was not in proper english. Let's just do
things right.
---
WPrefs.app/Paths.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/WPrefs.app/Paths.c b/WPrefs.app/Paths.c
index 101b797..6aa7ef5 100644
--- a/WPrefs.app/Paths.c
+++ b/WPrefs.app/Paths.c
@@ -157,7 +157,7 @@ static void browseForFile(WMWidget * w, void *data)
else if (w == panel->pixaB)
lPtr = panel->pixL;
else
- goto error_unknow_widget;
+ goto error_unknown_widget;
i = WMGetListSelectedItemRow(lPtr);
if (i >= 0)
@@ -165,7 +165,7 @@ static void browseForFile(WMWidget * w, void *data)
addPathToList(lPtr, i, str);
WMSetListBottomPosition(lPtr,
WMGetListNumberOfRows(lPtr));
}
- error_unknow_widget:
+ error_unknown_widget:
wfree(str);
}
}
--
1.9.2
--
To unsubscribe, send mail to [email protected].