Replaced hardcoded xfreerdp program name
authorArmin Novak <armin.novak@thincast.com>
Tue, 12 Feb 2019 09:53:30 +0000 (10:53 +0100)
committerArmin Novak <armin.novak@thincast.com>
Tue, 12 Feb 2019 09:53:30 +0000 (10:53 +0100)
channels/rdpgfx/client/rdpgfx_main.c

index 0090db0..6e93cb4 100644 (file)
@@ -337,7 +337,7 @@ static UINT rdpgfx_recv_reset_graphics_pdu(RDPGFX_CHANNEL_CALLBACK* callback,
        }
 
        /* some listeners may be interested (namely the display channel) */
-       EventArgsInit(&graphicsReset, "xfreerdp");
+       EventArgsInit(&graphicsReset, "libfreerdp");
        graphicsReset.width = pdu.width;
        graphicsReset.height = pdu.height;
        PubSub_OnGraphicsReset(gfx->rdpcontext->pubSub, gfx->rdpcontext, &graphicsReset);