Aeskulap is a medical image viewer. It is able to load a series of special images stored in the DICOM format for review. Additionally Aeskulap is able to query and fetch DICOM images from archive nodes (also called PACS) over the network.
10 lines
252 B
C++
10 lines
252 B
C++
--- configuration/aconfiguration.cpp.orig 2010-07-26 18:34:00.000000000 +0000
|
|
+++ configuration/aconfiguration.cpp 2010-07-26 18:34:14.000000000 +0000
|
|
@@ -27,6 +27,7 @@
|
|
*/
|
|
|
|
#include "aconfiguration.h"
|
|
+#include <libintl.h>
|
|
|
|
namespace Aeskulap {
|
|
|