Revision 657
| src/prefs_common_dialog.c (revision 657) | ||
|---|---|---|
| 2038 | 2038 |
gtk_table_attach (GTK_TABLE (ext_table), exteditor_combo, 1, 2, 2, 3, |
| 2039 | 2039 |
GTK_EXPAND | GTK_FILL, 0, 0, 0); |
| 2040 | 2040 |
gtkut_combo_set_items (GTK_COMBO (exteditor_combo), |
| 2041 |
#ifdef G_OS_WIN32 |
|
| 2042 |
"notepad '%s'", |
|
| 2043 |
#else |
|
| 2041 | 2044 |
"gedit %s", |
| 2042 | 2045 |
"kedit %s", |
| 2043 | 2046 |
"emacs %s", |
| 2044 | 2047 |
"xemacs %s", |
| 2045 |
"kterm -e jed %s", |
|
| 2046 |
"kterm -e vi %s", |
|
| 2048 |
"rxvt -e jed %s", |
|
| 2049 |
"rxvt -e vi %s", |
|
| 2050 |
#endif |
|
| 2047 | 2051 |
NULL); |
| 2048 | 2052 |
exteditor_entry = GTK_COMBO (exteditor_combo)->entry; |
| 2049 | 2053 |
|
| ChangeLog.ja (revision 657) | ||
|---|---|---|
| 1 | 1 |
2005-10-17 |
| 2 | 2 |
|
| 3 |
* src/prefs_common_dialog.c: win32: ?ǥե????ȤΥ??ǥ??????ޥ??ɤ? |
|
| 4 |
'notepad' ?ˤ????? |
|
| 5 |
|
|
| 6 |
2005-10-17 |
|
| 7 |
|
|
| 3 | 8 |
* src/inputdialog.c: ?Ǿ???????????????????Ĵ???? |
| 4 | 9 |
|
| 5 | 10 |
2005-10-17 |
| ChangeLog (revision 657) | ||
|---|---|---|
| 1 | 1 |
2005-10-17 |
| 2 | 2 |
|
| 3 |
* src/prefs_common_dialog.c: win32: made the default editor command |
|
| 4 |
'notepad'. |
|
| 5 |
|
|
| 6 |
2005-10-17 |
|
| 7 |
|
|
| 3 | 8 |
* src/inputdialog.c: adjusted the minimum dialog size. |
| 4 | 9 |
|
| 5 | 10 |
2005-10-17 |
Also available in: Unified diff