aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c8
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,