Index: src/ch/CfgProperties.h =================================================================== diff -u -N -r045540c818c374806d09742ef3d7a984d8d757d3 -rd037fe7234987387e26b0be460be37a956fcb27d --- src/ch/CfgProperties.h (.../CfgProperties.h) (revision 045540c818c374806d09742ef3d7a984d8d757d3) +++ src/ch/CfgProperties.h (.../CfgProperties.h) (revision d037fe7234987387e26b0be460be37a956fcb27d) @@ -263,7 +263,7 @@ PROPERTY(PP_SHSHOWMOVETO, bool, _T("CHConfig.ShellExtension.ShowCommands.MoveTo"), true); PROPERTY(PP_SHSHOWCOPYMOVETO, bool, _T("CHConfig.ShellExtension.ShowCommands.CopyToMoveToSpecial"), true); PROPERTY(PP_SHSHOWFREESPACE, bool, _T("CHConfig.ShellExtension.ShowFreeSpaceAlongShortcuts"), true); -PROPERTY(PP_SHSHOWSHELLICONS, bool, _T("CHConfig.ShellExtension.ShowShortcutsShellIcons"), false); +PROPERTY(PP_SHSHOWSHELLICONS, bool, _T("CHConfig.ShellExtension.ShowShortcutsShellIcons"), true); PROPERTY(PP_SHINTERCEPTDRAGDROP, bool, _T("CHConfig.ShellExtension.InterceptDragDrop"), true); PROPERTY(PP_SHINTERCEPTKEYACTIONS, bool, _T("CHConfig.ShellExtension.InterceptKeyboardActions"), true); PROPERTY(PP_SHINTERCEPTCTXMENUACTIONS, bool, _T("CHConfig.ShellExtension.InterceptDefaultContextMenuActions"), false); Index: src/ch/ch.rc =================================================================== diff -u -N -r045540c818c374806d09742ef3d7a984d8d757d3 -rd037fe7234987387e26b0be460be37a956fcb27d --- src/ch/ch.rc (.../ch.rc) (revision 045540c818c374806d09742ef3d7a984d8d757d3) +++ src/ch/ch.rc (.../ch.rc) (revision d037fe7234987387e26b0be460be37a956fcb27d) @@ -821,16 +821,16 @@ STRINGTABLE BEGIN - IDS_CFGSHSHOWICONS_STRING "Show icons with shortcuts (experimental)" + IDS_CFGSHSHOWICONS_STRING "Show icons with shortcuts" IDS_CFGSHINTERCEPTDRAG_STRING - "Intercept drag&drop operations (experimental)" + "Intercept drag&drop operations" IDS_CFGSHORTCUTS_STRING "Shortcuts" IDS_CFGRECENT_STRING "Recently used paths" IDS_CFGSHELL_STRING "Shell" IDS_CFGSCCOUNT_STRING "Defined shortcuts' count" IDS_CFGRPCOUNT_STRING "Count of recent paths" IDS_CFGINTERCEPTKEYACTION_STRING - "Intercept shell keyboard actions (experimental)" + "Intercept shell keyboard actions" IDS_CFGPRIORITYCLASS_STRING "Application's priority class" IDS_CFGDISABLEPRIORITYBOOST_STRING "Disable priority boosting" IDS_BOOLTEXT_STRING "No!Yes" @@ -843,7 +843,7 @@ STRINGTABLE BEGIN IDS_CFGINTERCEPTCONTEXTMENU_STRING - "Intercept standard Windows operations (experimental/not recommended)" + "Intercept standard Windows operations" IDS_CFG_CHECK_FOR_UPDATES_FREQUENCY "Check for program updates" IDS_CFG_UPDATECHANNEL "Update channel" IDS_CFG_USE_SECURE_CONNECTION "Use secure connection when checking for updates" Index: src/ch/langs/polish.lng =================================================================== diff -u -N -r045540c818c374806d09742ef3d7a984d8d757d3 -rd037fe7234987387e26b0be460be37a956fcb27d Binary files differ