summaryrefslogtreecommitdiff
path: root/src/gui/panels/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-04-09 12:24:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-04-09 12:24:47 (GMT)
commit60baecf8fec425dc367fb3cc466c0d2e5fd4fa4d (patch)
treedb648bd79bb264fc8b233b151e7c925c32599ca0 /src/gui/panels/Makefile.am
parente123e6ec3a15ead9352e97104ec13b252e6724c4 (diff)
Rename files.
Diffstat (limited to 'src/gui/panels/Makefile.am')
-rw-r--r--src/gui/panels/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/panels/Makefile.am b/src/gui/panels/Makefile.am
index 2765405..467aae5 100644
--- a/src/gui/panels/Makefile.am
+++ b/src/gui/panels/Makefile.am
@@ -11,7 +11,7 @@ UI_FILES = \
errors.ui \
glance.ui \
history.ui \
- log.ui \
+ logs.ui \
regedit.ui \
strings.ui \
symbols.ui
@@ -22,7 +22,7 @@ libguipanels_la_SOURCES = \
errors.h errors.c \
glance.h glance.c \
history.h history.c \
- log.h log.c \
+ logs.h logs.c \
regedit.h regedit.c \
resources.h resources.c \
strings.h strings.c \