Skip to content

Commit bfa6024

Browse files
committed
Merge branch 'develop-2.1_icon-dir-change' into develop
2 parents 5709374 + 2fe3a82 commit bfa6024

177 files changed

Lines changed: 3 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plotpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
# --- to retrieve data and translation files paths
2828
#
2929
# Dear (Debian, RPM, ...) package makers, please feel free to customize the
30-
# following path to module's data (images) and translations:
30+
# following path to module's data (e.g. icons) and translations:
3131
DATAPATH = LOCALEPATH = ""

plotpy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def make_title(basename, count):
2828

2929

3030
APP_PATH = osp.dirname(__file__)
31-
add_image_module_path("plotpy", "images")
31+
add_image_module_path("plotpy", "data/icons")
3232
_ = get_translation("plotpy")
3333

3434
DEFAULTS = {

0 commit comments

Comments
 (0)