Revision db8a9589 trunk/Pithos.ShellExtensions/Menus/FileContextMenu.cs

b/trunk/Pithos.ShellExtensions/Menus/FileContextMenu.cs
46 46
using System.Diagnostics.Contracts;
47 47
using System.Drawing;
48 48
using System.Linq;
49
using System.Reflection;
49 50
using System.Runtime.InteropServices;
50 51
using System.Runtime.InteropServices.ComTypes;
51 52
using System.Text;
......
58 59
    [Guid("B1F1405D-94A1-4692-B72F-FC8CAF8B8700"), ComVisible(true)]
59 60
    public class FileContextMenu : IShellExtInit, IContextMenu
60 61
    {
61
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger("Pithos.FileContextMenu");
62
        private static readonly log4net.ILog Log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
62 63

  
63 64
        private const string MenuHandlername = "Pithos.FileContextMenu";
64 65

  

Also available in: Unified diff