diff options
author | Monsta <[email protected]> | 2015-03-17 16:47:26 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-03-17 17:00:03 +0300 |
commit | 6707c4b0a0b4f549d44a8574d4f783705ed949ec (patch) | |
tree | 3c9856bf51ab61a5bb249e3aa8f3eb396933895b /shell/ev-window.c | |
parent | 175296fe8246a472439d529543c5c31802cad4b2 (diff) | |
download | atril-6707c4b0a0b4f549d44a8574d4f783705ed949ec.tar.bz2 atril-6707c4b0a0b4f549d44a8574d4f783705ed949ec.tar.xz |
corrected bug tracker links everywhere
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 6bd6fe85..f3d30a23 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6086,8 +6086,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); } } |