Skip to content

Commit

Permalink
update headers to 4587
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Mar 21, 2016
1 parent e6e544f commit d42d333
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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 4577
Dynamic construction of dialogs for FAR Manager 3.0 build 4587
*/

/*
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 4577
Colors Index for FAR Manager 3.0 build 4587
*/

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

/*
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 4577
#define FARMANAGERVERSION_BUILD 4587
#define FARMANAGERVERSION_STAGE VS_RELEASE

#ifndef RC_INVOKED
Expand Down Expand Up @@ -808,6 +808,8 @@ enum OPENPANELINFO_SORTMODES
SM_STREAMSSIZE = 13,
SM_FULLNAME = 14,
SM_CHTIME = 15,

SM_COUNT
};

struct PanelInfo
Expand Down Expand Up @@ -1565,6 +1567,8 @@ enum EDITOR_OPTIONS
EOPT_SHOWWHITESPACE = 0x00000100,
EOPT_BOM = 0x00000200,
EOPT_SHOWLINEBREAK = 0x00000400,
EOPT_SHOWTITLEBAR = 0x00000800,
EOPT_SHOWKEYBAR = 0x00001000,
};


Expand Down

0 comments on commit d42d333

Please sign in to comment.