summaryrefslogtreecommitdiff
path: root/japanese/ibus-mozc/files/patch-src_unix_ibus_path_util.cc
blob: 8fb37976c2447b576c00e187c6d6eab358e32e73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/unix/ibus/path_util.cc.org	2010-05-29 12:45:05.983913471 +0900
+++ src/unix/ibus/path_util.cc	2010-05-29 21:43:40.031728485 +0900
@@ -30,14 +30,14 @@
 #include "unix/ibus/path_util.h"
 
 namespace {
-const char kInstalledDirectory[] = "/usr/share/ibus-mozc";
+const char kInstalledDirectory[] = "@@LOCALBASE@@/share/ibus-mozc";
 }
 
 namespace mozc {
 namespace ibus {
 
 string GetIconPath(const string &icon_file) {
-  return kInstalledDirectory + string("/") + icon_file;
+  return kInstalledDirectory + string("/icons/") + icon_file;
 }
 
 }  // namespace ibus