Use macros for interface names
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / value.c
index b022b59..5ace1a2 100644 (file)
@@ -256,7 +256,7 @@ static DRouteProperty properties[] = {
 void
 spi_initialize_value (DRouteData * data)
 {
-  droute_add_interface (data, "org.freedesktop.atspi.Value", NULL,
+  droute_add_interface (data, SPI_DBUS_INTERFACE_VALUE, NULL,
                        properties,
                        (DRouteGetDatumFunction) get_value_from_path, NULL);
 };