Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiTerm: Add support for GTK3 #95

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion multiterm/src/vapi/geany-gtk3.vapi
Expand Up @@ -779,7 +779,7 @@ namespace Geany {
private void set_indent_type (IndentType ind_type);

[CCode (cname = "GEANY_WORDCHARS")]
public static const string WORD_CHARS;
public const string WORD_CHARS;

/* Editor Properties */

Expand Down