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
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 79d7935..a512213 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -156,7 +156,7 @@
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