Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Nov 30, 2015
1 parent 84205b9 commit d95f32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/keybinding/gui/fnc_updateGUI.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if !(isNull _display) then {
//(dikCode <= 0): so it's unbound, leave string blank
_keyString = "";
};

// Add the row.
_lbCount = _lnb lnbAddRow [_actionName, _keyString];
_lnb lbSetTooltip [_lbCount, _toolTip];
Expand Down

0 comments on commit d95f32d

Please sign in to comment.