summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/SmileyAdd/src/options.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/options.cpp b/plugins/SmileyAdd/src/options.cpp
index 2781a60508..5195c4e9cc 100644
--- a/plugins/SmileyAdd/src/options.cpp
+++ b/plugins/SmileyAdd/src/options.cpp
@@ -152,8 +152,9 @@ class COptionsDialog : public CDlgBase
return false;
wchar_t szOutPath[MAX_PATH];
- PathToRelativeW(filename, szOutPath);
+ PathToRelativeW(filename, szOutPath, g_plugin.wszDefaultPath);
smc->SetFilename(szOutPath);
+ UpdateControls();
return true;
}