From 6a007bde173c4bf6a23a2410266a67d1d4514bf4 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 11 Sep 2012 10:56:21 +0000 Subject: Fix incorrect path for viewer icons. Patch by Uros Vampl. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4998 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/vncviewer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vncviewer') diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 79d7935e..a512213b 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -156,7 +156,7 @@ static void init_fltk() char icon_path[PATH_MAX]; bool exists; - sprintf(icon_path, "%s/icons/hicolor/%dx%d/tigervnc.png", + sprintf(icon_path, "%s/icons/hicolor/%dx%d/apps/tigervnc.png", DATA_DIR, icon_sizes[i], icon_sizes[i]); #ifndef WIN32 -- cgit v1.2.3