diff options
author | Monsta <[email protected]> | 2015-03-17 16:47:26 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-19 09:31:29 +0100 |
commit | 65c27ac69a8a51da67bcca591e1933815a1032b3 (patch) | |
tree | e1f2bca6177f11b7d6df5b2792518c6598714f9c /shell/ev-window.c | |
parent | 4dae1332476f20b157a5bb753bb8a52c3dfb09cd (diff) | |
download | atril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.bz2 atril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.xz |
corrected bug tracker links everywhere
Closes https://github.com/mate-desktop/atril/pull/132
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r-- | shell/ev-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 531b54cb..bc8863a6 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6644,8 +6644,8 @@ do_action_named (EvWindow *window, EvLinkAction *action) ev_window_cmd_file_print (NULL, window); } else { g_warning ("Unimplemented named action: %s, please post a " - "bug report in Atril bugzilla " - "(http://bugzilla.mate.org) with a testcase.", + "bug report on Atril bug tracker " + "(https://github.com/mate-desktop/atril/issues) with a testcase.", name); } } |