diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-18 10:00:38 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-18 10:00:38 +0000 |
commit | 4b921d38b48195db59f0224e994f8372adb5873f (patch) | |
tree | 25c60c2f9e1c08cf4c89a3a9914150e4fbb3e930 /libsylph/prefs_common.c | |
parent | c921bc03659a31ea62ce6e39eb0e1713b4813215 (diff) |
win32: modified the default commands.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@666 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r-- | libsylph/prefs_common.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 517c4b7b..c1f01a70 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -308,8 +308,16 @@ static PrefParam param[] = { {"uri_open_command", DEFAULT_BROWSER_CMD, &prefs_common.uri_cmd, #endif P_STRING}, +#ifdef G_OS_WIN32 + {"print_command", NULL, &prefs_common.print_cmd, P_STRING}, +#else {"print_command", "lpr %s", &prefs_common.print_cmd, P_STRING}, +#endif +#ifdef G_OS_WIN32 + {"ext_editor_command", "notepad '%s'", &prefs_common.ext_editor_cmd, +#else {"ext_editor_command", "gedit %s", &prefs_common.ext_editor_cmd, +#endif P_STRING}, {"add_address_by_click", "FALSE", &prefs_common.add_address_by_click, |