diff options
Diffstat (limited to 'aomovie.cpp')
| -rw-r--r-- | aomovie.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aomovie.cpp b/aomovie.cpp index 7d3e1ba..453fb06 100644 --- a/aomovie.cpp +++ b/aomovie.cpp @@ -19,8 +19,8 @@ void AOMovie::play(QString p_gif) { m_movie->stop(); - QString gif_path = ao_app->get_theme_path() + p_gif; - QString default_path = ao_app->get_default_theme_path() + p_gif; + QString gif_path = ao_app->get_theme_path() + p_gif + ".gif"; + QString default_path = ao_app->get_default_theme_path() + p_gif + ".gif"; if (file_exists(gif_path)) m_movie->setFileName(gif_path); |
