Skip to content

Commit

Permalink
update headers to 4590
Browse files Browse the repository at this point in the history
  • Loading branch information
w17 committed Mar 22, 2016
1 parent 4a4a3d6 commit bba1973
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/common/unicode/DlgBuilder.hpp
Expand Up @@ -9,7 +9,7 @@
/*
DlgBuilder.hpp
Dynamic construction of dialogs for FAR Manager 3.0 build 4587
Dynamic construction of dialogs for FAR Manager 3.0 build 4590
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/unicode/farcolor.hpp
Expand Up @@ -5,7 +5,7 @@
/*
farcolor.hpp
Colors Index for FAR Manager 3.0 build 4587
Colors Index for FAR Manager 3.0 build 4590
*/

/*
Expand Down
11 changes: 8 additions & 3 deletions plugins/common/unicode/plugin.hpp
Expand Up @@ -5,7 +5,7 @@
/*
plugin.hpp
Plugin API for Far Manager 3.0 build 4587
Plugin API for Far Manager 3.0 build 4590
*/

/*
Expand Down Expand Up @@ -43,7 +43,7 @@ other possible license with no implications from the above license on them.
#define FARMANAGERVERSION_MAJOR 3
#define FARMANAGERVERSION_MINOR 0
#define FARMANAGERVERSION_REVISION 0
#define FARMANAGERVERSION_BUILD 4587
#define FARMANAGERVERSION_BUILD 4590
#define FARMANAGERVERSION_STAGE VS_RELEASE

#ifndef RC_INVOKED
Expand Down Expand Up @@ -1310,7 +1310,11 @@ typedef unsigned __int64 VIEWER_OPTIONS;
static const VIEWER_OPTIONS
VOPT_SAVEFILEPOSITION = 0x0000000000000001ULL,
VOPT_AUTODETECTCODEPAGE = 0x0000000000000002ULL,
VOPT_NONE = 0;
VOPT_NONE = 0,
VOPT_SHOWTITLEBAR = 0x0000000000000004ULL,
VOPT_SHOWKEYBAR = 0x0000000000000008ULL,
VOPT_SHOWSCROLLBAR = 0x0000000000000010ULL,
VOPT_QUICKVIEW = 0x0000000000000020ULL;

enum VIEWER_SETMODE_TYPES
{
Expand Down Expand Up @@ -1569,6 +1573,7 @@ enum EDITOR_OPTIONS
EOPT_SHOWLINEBREAK = 0x00000400,
EOPT_SHOWTITLEBAR = 0x00000800,
EOPT_SHOWKEYBAR = 0x00001000,
EOPT_SHOWSCROLLBAR = 0x00002000,
};


Expand Down

0 comments on commit bba1973

Please sign in to comment.