Skip to content

Commit

Permalink
Fix comment wording
Browse files Browse the repository at this point in the history
Flag sets apply to glances, not presets...
  • Loading branch information
Meorawr authored and Ellypse committed Mar 3, 2018
1 parent 75328de commit b960d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions totalRP3/modules/register/main/register_glance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ local GLANCE_MENU_FLAG_PRESETS = 0x01;
local GLANCE_MENU_FLAG_CLIPBOARD = 0x02;

--- GLANCE_MENU_FLAGSET_DEFAULT is a set of flags used by default when
-- populating a list for the preset context menu.
-- populating a list for the glance context menu.
local GLANCE_MENU_FLAGSET_DEFAULT = bit.bor(GLANCE_MENU_FLAG_CLIPBOARD);

--- GLANCE_MENU_FLAGSET_IS_MINE is a set of flags used when populating
-- the preset context menu for a preset owned by the user.
-- the preset context menu for a glance owned by the user.
local GLANCE_MENU_FLAGSET_IS_USER = bit.bor(GLANCE_MENU_FLAGSET_DEFAULT, GLANCE_MENU_FLAG_PRESETS);

--- GLANCE_MENU_ENTRY_HANDLERS is a mapping of menu entry value IDs to
Expand Down

0 comments on commit b960d7d

Please sign in to comment.