fix typo in toolbar code
[claws.git] / src / toolbar.c
index 534b53fa3d15c666bb48c41bf61d098332769740..af2a4b7f58979495bc436fb1f538eb6a76d2696e 100644 (file)
@@ -1369,7 +1369,7 @@ Toolbar *toolbar_create(ToolbarType        type,
                                             toolbar_data->reply_btn,
                                           _("Reply to Message"), NULL);
                        n_menu_entries = sizeof(reply_entries) / 
-                               sizeof(replysender_entries[0]);
+                               sizeof(reply_entries[0]);
                        reply_combo = gtkut_combo_button_create(toolbar_data->reply_btn,
                                              reply_entries, n_menu_entries,
                                              "<Reply>", (gpointer)toolbar_item);