From 4b921d38b48195db59f0224e994f8372adb5873f Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 18 Oct 2005 10:00:38 +0000 Subject: win32: modified the default commands. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@666 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libsylph/prefs_common.c') 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, -- cgit v1.2.3