]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/support.h
Create archivedir
[bacula/bacula] / bacula / src / gnome2-console / support.h
index 2bec209a5ad66eaeb61cbe705e0827836d96044c..8e0506ad4f4e486797983a8ae465c66923b1d422 100644 (file)
@@ -3,11 +3,12 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include "config.h"
 #endif
 
 #include <gnome.h>
 
+
 #undef Q_
 #ifdef ENABLE_NLS
 #  define Q_(String) g_strip_context ((String), gettext (String))
@@ -46,4 +47,3 @@ GdkPixbuf*  create_pixbuf              (const gchar     *filename);
 void        glade_set_atk_action_description (AtkAction       *action,
                                               const gchar     *action_name,
                                               const gchar     *description);
-