diff options
Diffstat (limited to 'aoemotebutton.cpp')
| -rw-r--r-- | aoemotebutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoemotebutton.cpp b/aoemotebutton.cpp index 76029cf..9c1d388 100644 --- a/aoemotebutton.cpp +++ b/aoemotebutton.cpp @@ -16,7 +16,7 @@ AOEmoteButton::AOEmoteButton(QWidget *p_parent, AOApplication *p_ao_app, int p_x void AOEmoteButton::set_image(QString p_char, int p_emote, QString suffix) { QString emotion_number = QString::number(p_emote + 1); - QString image_path = ao_app->get_character_emotions_path(p_char, "button" + emotion_number + suffix); + QString image_path = ao_app->get_character_path(p_char, "emotions/button" + emotion_number + suffix); if (file_exists(image_path)) { |
