Rename log domains gnc.app-util* to gnc.app-utils*.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16605 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-12-02 15:13:44 +00:00
parent 44d77bd3a2
commit 9cca73f3f2
2 changed files with 2 additions and 2 deletions

View File

@ -135,4 +135,4 @@ endif
CLEANFILES = ${SCM_FILE_LINKS} gnucash .scm-links
MAINTAINERCLEANFILES = swig-app-utils.c
INCLUDES = -DG_LOG_DOMAIN=\"gnc.app-util\"
INCLUDES = -DG_LOG_DOMAIN=\"gnc.app-utils\"

View File

@ -52,7 +52,7 @@
#include "qof.h"
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "gnc.app-util.sx"
#define G_LOG_DOMAIN "gnc.app-utils.sx"
static GObjectClass *parent_class = NULL;