geany/po/POTFILES.in
Matthew Brush d33758da92 Move Geany's core into a library (libgeany)
This will allow plugins to link against the core when accessing API
functions, now that the macro/struct/funcptr stuff is gone.

Also convert the helper libraries into Libtool helper libraries as
linking a shared library against static libraries is (apparently) not
portable.
2015-03-10 23:09:46 +01:00

48 lines
763 B
Plaintext

# List of source files containing translatable strings.
geany.desktop.in
data/geany.glade
src/about.c
src/build.c
src/callbacks.c
src/dialogs.c
src/document.c
src/editor.c
src/encodings.c
src/filetypes.c
src/geany.h
src/geanymenubuttonaction.c
src/geanyentryaction.c
src/highlighting.c
src/keybindings.c
src/keyfile.c
src/libmain.c
src/log.c
src/msgwindow.c
src/navqueue.c
src/notebook.c
src/plugins.c
src/pluginutils.c
src/prefs.c
src/printing.c
src/project.c
src/sciwrappers.c
src/search.c
src/socket.c
src/stash.c
src/symbols.c
src/templates.c
src/toolbar.c
src/tools.c
src/sidebar.c
src/ui_utils.c
src/utils.c
src/vte.c
src/win32.c
plugins/classbuilder.c
plugins/htmlchars.c
plugins/export.c
plugins/filebrowser.c
plugins/saveactions.c
plugins/splitwindow.c