mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
856bd8a57b
commit
7e184a90ce
15
ui/crop.js
15
ui/crop.js
@ -280,11 +280,11 @@ function filterImagesDialog(){
|
|||||||
cfg['sep0'] = '---'
|
cfg['sep0'] = '---'
|
||||||
cfg['Name'] = ''
|
cfg['Name'] = ''
|
||||||
cfg['Path |'
|
cfg['Path |'
|
||||||
+'this applies to the non-common\n'
|
+'This applies to the non-common\n'
|
||||||
+'part of the relative path.'] = ''
|
+'part of the relative path only.'] = ''
|
||||||
cfg['Comment'] = ''
|
cfg['Comment'] = ''
|
||||||
cfg['Tags |'
|
cfg['Tags |'
|
||||||
+'an image will match if at least\n'
|
+'An image will match if at least\n'
|
||||||
+'one tag matches'] = ''
|
+'one tag matches'] = ''
|
||||||
// XXX date...
|
// XXX date...
|
||||||
cfg['Rotated'] = {select: [
|
cfg['Rotated'] = {select: [
|
||||||
@ -317,8 +317,12 @@ function filterImagesDialog(){
|
|||||||
cfg['Keep ribbons'] = false
|
cfg['Keep ribbons'] = false
|
||||||
|
|
||||||
formDialog(null,
|
formDialog(null,
|
||||||
'Filter images | NOTE: all filter text fields\n'
|
'Filter images |'
|
||||||
+'support regular expressions.',
|
+'All filter text fields support\n'
|
||||||
|
+'regular expressions.\n'
|
||||||
|
+'\n'
|
||||||
|
+'Only non-empty fields are used\n'
|
||||||
|
+'for filtering.',
|
||||||
cfg,
|
cfg,
|
||||||
'OK',
|
'OK',
|
||||||
'filterImagesDialog')
|
'filterImagesDialog')
|
||||||
@ -402,6 +406,5 @@ function filterImagesDialog(){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* vim:set ts=4 sw=4 : */
|
* vim:set ts=4 sw=4 : */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user