From 0889764bccc596993b3b6ca6ef80d66dc8172dae Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 17 Nov 2020 15:38:42 +0100 Subject: [PATCH] Updated credits --- source/views/view_help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/views/view_help.cpp b/source/views/view_help.cpp index 2f4f2bbf4..3f8d3787d 100644 --- a/source/views/view_help.cpp +++ b/source/views/view_help.cpp @@ -30,7 +30,7 @@ namespace hex { ImGui::NewLine(); ImGui::BulletText("ImGui by ocornut"); ImGui::BulletText("imgui_club by ocornut"); - ImGui::BulletText("imgui-filebrowser by AirGuanZ"); + ImGui::BulletText("ImGui-Addons by gallickgunner"); ImGui::NewLine(); ImGui::BulletText("GNU libmagic"); ImGui::BulletText("OpenSSL libcrypto");