From d82ea1fea56d9d77dc047cbfd61fe126b5f0e2eb Mon Sep 17 00:00:00 2001 From: waker Date: Tue, 8 May 2012 22:03:26 +0200 Subject: fixed convgui and shellexecui titles --- plugins/shellexecui/shellexecui.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/shellexecui') diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c index 9a957dcb..b2a60230 100644 --- a/plugins/shellexecui/shellexecui.c +++ b/plugins/shellexecui/shellexecui.c @@ -404,11 +404,12 @@ static DB_misc_t plugin = { .plugin.version_major = 1, .plugin.version_minor = 0, #if GTK_CHECK_VERSION(3,0,0) - .plugin.id = "shellexecui_gtk2", -#else .plugin.id = "shellexecui_gtk3", + .plugin.name = "Shellexec GTK3 UI", +#else + .plugin.id = "shellexecui_gtk2", + .plugin.name = "Shellexec GTK2 UI", #endif - .plugin.name = "Shellexec GTK UI", .plugin.descr = "A GTK UI for the Shellexec plugin", .plugin.copyright = "Copyright (C) 2012 Azeem Arshad \n" -- cgit v1.2.3