Kaydet (Commit) a47d7243 authored tarafından Enrico Tröger's avatar Enrico Tröger

Include "support.h" for I18N support instead of <glib/gi18n.h> to get strings…

Include "support.h" for I18N support instead of <glib/gi18n.h> to get strings translated with GLib 2.18+.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3112 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b9f5fe15
2008-10-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/splitwindow.c:
Include "support.h" for I18N support instead of <glib/gi18n.h>
to get strings translated with GLib 2.18+.
2008-10-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/keybindings.c:
......
......@@ -25,7 +25,7 @@
/* Split Window plugin. */
#include "geany.h"
#include <glib/gi18n.h>
#include "support.h"
#include "Scintilla.h"
#include "ScintillaWidget.h"
#include "SciLexer.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment