Use macros for interface names
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / image.c
index 598ed3b..88a7e43 100644 (file)
@@ -155,7 +155,7 @@ static DRouteProperty properties[] = {
 void
 spi_initialize_image (DRouteData * data)
 {
-  droute_add_interface (data, "org.freedesktop.atspi.Image", methods,
+  droute_add_interface (data, SPI_DBUS_INTERFACE_IMAGE, methods,
                        properties,
                        (DRouteGetDatumFunction) get_image_from_path, NULL);
 };