File: maincontext.java.patch

package info (click to toggle)
dicomscope 3.6.0-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,256 kB
  • sloc: java: 22,911; cpp: 5,957; sh: 270; makefile: 45
file content (17 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use full path instead of relative path
Author: Mathieu Malaterre <malat@debian.org>
Forwarded: not-needed

Index: dicomscope-3.6.0/tkgui/main/MainContext.java
===================================================================
--- dicomscope-3.6.0.orig/tkgui/main/MainContext.java	2011-06-15 01:16:10.000000000 +0200
+++ dicomscope-3.6.0/tkgui/main/MainContext.java	2011-06-15 01:17:30.000000000 +0200
@@ -148,7 +148,7 @@
         //System.out.println("MainContext.iconPath " +MainContext.iconPath );
         //Load deviceColorModell
         loadDeviceInformation();
-        codeList = new SRCodeList("codes.dic");
+        codeList = new SRCodeList("/usr/share/dicomscope/codes.dic");
     }