diff options
Diffstat (limited to 'shell/callbacks.c')
-rw-r--r-- | shell/callbacks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index c6cc743f..c116c023 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -39,12 +39,12 @@ void cb_sync_manager() void cb_open_web_page() { - open_url("http://www.hardinfo.org"); + uri_open("http://www.hardinfo.org"); } void cb_report_bug() { - open_url("https://github.com/lpereira/hardinfo"); + uri_open("https://github.com/lpereira/hardinfo"); } void cb_refresh() |