Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/shiki.c

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

revision 1.8 by aloha, Sat Nov 4 08:21:21 2006 UTC revision 1.9 by aloha, Sat Nov 4 08:47:03 2006 UTC
# Line 641  static void editor_window_init() { Line 641  static void editor_window_init() {
641    gtk_tool_item_set_tooltip(icon, toolbar_tips, "バッファを閉じます",    gtk_tool_item_set_tooltip(icon, toolbar_tips, "バッファを閉じます",
642        "まだ内容が保存されていない場合は警告します");        "まだ内容が保存されていない場合は警告します");
643    
644      gtk_box_pack_start(GTK_BOX(vbox), gtk_label_new("-E:**  *scratch*     (Lisp Interaction)--L1--All---------------------------------"), TRUE, TRUE, 0);
645      
646    /* C-x C-s などの状態を表示するステータスバーをウィンドウボトムに追加 */    /* C-x C-s などの状態を表示するステータスバーをウィンドウボトムに追加 */
647    statusbar = gtk_statusbar_new();    statusbar = gtk_statusbar_new();
648    gtk_box_pack_start(GTK_BOX(vbox), statusbar, TRUE, TRUE, 0);    gtk_box_pack_start(GTK_BOX(vbox), statusbar, TRUE, TRUE, 0);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26