Skip to content

Commit

Permalink
Last minute fix (styles dir) before Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed May 25, 2018
1 parent c7a349d commit aa6a2f5
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asistente_ladm_col/config/general_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
PLUGIN_NAME = get_plugin_metadata('asistente_ladm_col', 'name')
HELP_DIR_NAME = 'help'
QGIS_LANG = QLocale(QSettings().value('locale/userLocale')).name()[:2]
STYLES_DIR = os.path.join(PLUGIN_DIR, 'resources', 'styles')
STYLES_DIR = os.path.join(PLUGIN_DIR, 'styles')

MODULE_HELP_MAPPING = {
'' : 'index.html', # default module is '', just go to index.html
Expand Down

0 comments on commit aa6a2f5

Please sign in to comment.