beremiz

Parents 9f6c091c316c
Children c1792dfc8c7e
Fixing bug when loading icons for plugin's editor tabs
  • +1 -1
    plugger.py
  • --- a/plugger.py Fri Dec 16 22:55:13 2011 +0100
    +++ b/plugger.py Mon Dec 19 01:56:13 2011 +0100
    @@ -75,7 +75,7 @@
    # helper func to get path to images
    def opjimg(imgname):
    - return os.path.join("images",imgname)
    + return os.path.join(base_folder, "beremiz", "images",imgname)
    # helper func to check path write permission
    def CheckPathPerm(path):