diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp')
-rw-r--r-- | graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp b/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp new file mode 100644 index 000000000000..ccd764ccb191 --- /dev/null +++ b/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp @@ -0,0 +1,13 @@ +--- ./src/Widgets/NameDialog.cpp.orig Mon Jul 21 19:27:45 2003 ++++ ./src/Widgets/NameDialog.cpp Mon Jul 21 19:28:18 2003 +@@ -44,8 +44,8 @@ + } + + NameDialog::NameDialog(NameDialogListener *l, +- const string& title = "Name", +- const string& prompt = "name:") ++ const string& title, ++ const string& prompt ) + { + listener = l; + constructorCommon(title, prompt); |