/[aleader]/aleader/editor/apputil.c
ViewVC logotype

Diff of /aleader/editor/apputil.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by jpritikin, Wed Aug 13 10:29:29 2003 UTC revision 1.15 by jpritikin, Thu Oct 9 03:19:00 2003 UTC
# Line 741  app_add_tools_menu (GtkMenuBar *menu_bar Line 741  app_add_tools_menu (GtkMenuBar *menu_bar
741    gtk_menu_set_accel_group (GTK_MENU (menu), accel);    gtk_menu_set_accel_group (GTK_MENU (menu), accel);
742    gtk_menu_set_accel_path (GTK_MENU (menu), "<Aleader-Common>/Tools");    gtk_menu_set_accel_path (GTK_MENU (menu), "<Aleader-Common>/Tools");
743    
744    mi = gtk_menu_item_new_with_mnemonic ("_Emotion Browser");    mi = gtk_menu_item_new_with_mnemonic ("_Affect Browser");
745    gtk_menu_append (GTK_MENU_SHELL (menu), mi);    gtk_menu_append (GTK_MENU_SHELL (menu), mi);
746    g_signal_connect (mi, "activate", G_CALLBACK (app_emotion_browser_new), 0);    g_signal_connect (mi, "activate", G_CALLBACK (app_emotion_browser_new), 0);
747    
# Line 1459  _ih_load_intent (AppIntentHelp *ih) Line 1459  _ih_load_intent (AppIntentHelp *ih)
1459    char ri =    char ri =
1460      Intentions[gtk_option_menu_get_history (GTK_OPTION_MENU (ih->r_intent))];      Intentions[gtk_option_menu_get_history (GTK_OPTION_MENU (ih->r_intent))];
1461    
1462    for (gint xx = IP_INTENT_KILLS; xx <= IP_INTENT_READY; xx++)    for (gint xx = IP_INTENT_PROTESTS; xx <= IP_INTENT_READY; xx++)
1463      {      {
1464        if ((li != '?' && li != LeftIntent[xx]) ||        if ((li != '?' && li != LeftIntent[xx]) ||
1465            (ri != '?' && ri != RightIntent[xx]))            (ri != '?' && ri != RightIntent[xx]))

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26