summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-31 11:28:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-31 11:28:39 +0800
commit25d1a3033fc1968628c7a7224c345b656bef0984 (patch)
tree868f4eaa6323706cd186210f8cd6c604a943f1d8 /graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp
parent0d50c0b23784053a9fbae34cac66f9cec48f9982 (diff)
downloadmarcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar
marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.gz
marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.bz2
marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.lz
marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.xz
marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.zst
marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.zip
X11BASE -> LOCALBASE, gtk12 lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6899 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp')
-rw-r--r--graphics/gsculpt/files/patch-src::Widgets::NameDialog.cpp13
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 000000000..ccd764ccb
--- /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);