From ee450acb30fa488bc43e26f9c1f9423441bbee84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Mon, 18 Jun 2012 11:59:36 +0200 Subject: [PATCH] Change a small comment in icon.c The path of the CacheIcons is defined at CACHE_ICON_PATH. The path ~/GNUstep/Library/WindowMaker/CachedPixmaps can be changed in a future and the comment is incorrect. --- src/icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icon.c b/src/icon.c index 59161d39..a270a35c 100644 --- a/src/icon.c +++ b/src/icon.c @@ -469,7 +469,7 @@ static RImage *get_wwindow_image_from_wmhints(WWindow *wwin, WIcon *icon) /* * wIconStore-- - * Stores the client supplied icon at ~/GNUstep/Library/WindowMaker/CachedPixmaps + * Stores the client supplied icon at CACHE_ICON_PATH * and returns the path for that icon. Returns NULL if there is no * client supplied icon or on failure. *