blob: 9d0ba2089572494229bda4f89d8e24966c3efd82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- leif/sampleja3/sampleja3.c Mon Apr 26 21:16:13 2004
+++ leif/sampleja3/sampleja3.c Wed Feb 16 20:42:52 2005
@@ -171,7 +171,7 @@
objects[obj_id].name_length = 9;
objects[obj_id].domain = "com.sun";
objects[obj_id].scope = "sampleja3";
- objects[obj_id].path = "/usr/lib/im/locale/ja/sampleja3/aux.jar";
+ objects[obj_id].path = IMDIR "/locale/ja/sampleja3/aux.jar";
objects[obj_id].signature = "";
objects[obj_id].class_names = class_names;
objects[obj_id].count_names = 1;
|