Skip to content

Commit

Permalink
Change colon to dot in VTE version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Nov 6, 2016
1 parent d574299 commit 627ea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gx/gtk/vte.d
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bool checkVTEVersionNumber(uint major, uint minor) {
}

string getVTEVersion() {
return format("%d:%d", vteMajorVersion, vteMinorVersion);
return format("%d.%d", vteMajorVersion, vteMinorVersion);
}

enum TerminalFeature {
Expand Down

0 comments on commit 627ea3d

Please sign in to comment.